support Linux build of this old 0.069 version (for fun)
[cyclone68000.git] / Cyclone / Main.cpp
index f071bf2..0e03169 100644 (file)
@@ -22,9 +22,9 @@ int Amatch=1; // If one, try to match A68K timing
 int Accu=-1; // Accuracy\r
 int Debug=0; // Debug info\r
 \r
-void ot(char *format, ...)\r
+void ot(const char *format, ...)\r
 {\r
-  va_list valist=NULL;\r
+  va_list valist;\r
   va_start(valist,format);\r
   if (AsmFile) vfprintf(AsmFile,format,valist);\r
   va_end(valist);\r