notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a1c09
)
Cyclone: gcc 4.4 buildfix
author
notaz
<notasas@gmail.com>
Mon, 7 Dec 2009 12:11:36 +0000
(12:11 +0000)
committer
notaz
<notasas@gmail.com>
Mon, 7 Dec 2009 12:11:36 +0000
(12:11 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@836
be3aeb3a
-fb24-0410-a615-
afba39da0efa
cpu/Cyclone/Main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/cpu/Cyclone/Main.cpp
b/cpu/Cyclone/Main.cpp
index
9871437
..
8f00bb1
100644
(file)
--- a/
cpu/Cyclone/Main.cpp
+++ b/
cpu/Cyclone/Main.cpp
@@
-77,7
+77,7
@@
static int is_op_hot(int op)
\r
void ot(const char *format, ...)
\r
{
\r
- va_list valist
=NULL
;
\r
+ va_list valist;
\r
int i, len;
\r
\r
// notaz: stop me from leaving newlines in the middle of format string
\r