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