From: notaz Date: Mon, 7 Dec 2009 12:11:36 +0000 (+0000) Subject: Cyclone: gcc 4.4 buildfix X-Git-Tag: v1.85~215 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=commitdiff_plain;h=20e0619b16038032c67615813d5e36a3ad100045 Cyclone: gcc 4.4 buildfix git-svn-id: file:///home/notaz/opt/svn/PicoDrive@836 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/cpu/Cyclone/Main.cpp b/cpu/Cyclone/Main.cpp index 9871437..8f00bb1 100644 --- a/cpu/Cyclone/Main.cpp +++ b/cpu/Cyclone/Main.cpp @@ -77,7 +77,7 @@ static int is_op_hot(int op) void ot(const char *format, ...) { - va_list valist=NULL; + va_list valist; int i, len; // notaz: stop me from leaving newlines in the middle of format string