]> git.proxmox.com Git - qemu.git/blobdiff - hw/unicore32/puv3.c
console: simplify screendump
[qemu.git] / hw / unicore32 / puv3.c
index 7c8fc364c84fbef8f718378dc889476a4461d1cf..7488547eef18f07bac361287443451548090dde4 100644 (file)
@@ -92,7 +92,7 @@ static void puv3_load_kernel(const char *kernel_filename)
     }
 
     /* cheat curses that we have a graphic console, only under ocd console */
-    graphic_console_init(NULL, NULL, NULL, NULL, NULL);
+    graphic_console_init(NULL, NULL, NULL, NULL);
 }
 
 static void puv3_init(QEMUMachineInitArgs *args)