From 20e0619b16038032c67615813d5e36a3ad100045 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 7 Dec 2009 12:11:36 +0000 Subject: [PATCH] Cyclone: gcc 4.4 buildfix git-svn-id: file:///home/notaz/opt/svn/PicoDrive@836 be3aeb3a-fb24-0410-a615-afba39da0efa --- cpu/Cyclone/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/Cyclone/Main.cpp b/cpu/Cyclone/Main.cpp index 98714372..8f00bb1b 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 -- 2.39.5