diff --git a/ui/console.c b/ui/console.c index 83a6fa3969aec6fda8d260a318f50fbfcf265c5b..0f9617779740ba22f424c31f0db869eb8218935e 100644 --- a/ui/console.c +++ b/ui/console.c @@ -1742,7 +1742,7 @@ PixelFormat qemu_default_pixelformat(int bpp) static void register_types(void) { - register_char_driver("vc", text_console_init); + register_char_driver("vc", vc_init); } type_init(register_types);