Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / linux-user / vm86.c
index 960bf90..cc6c8c9 100644 (file)
@@ -30,7 +30,7 @@
 //#define DEBUG_VM86
 
 #ifdef DEBUG_VM86
-#  define LOG_VM86(...) fprintf(logfile, ## __VA_ARGS__);
+#  define LOG_VM86(...) qemu_log(__VA_ARGS__);
 #else
 #  define LOG_VM86(...) do { } while (0)
 #endif