Cyclone: gcc 4.4 buildfix
authornotaz <notasas@gmail.com>
Mon, 7 Dec 2009 12:11:36 +0000 (12:11 +0000)
committernotaz <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

index 9871437..8f00bb1 100644 (file)
@@ -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