blob: 631017895d77bb9b731ade1cf068f41b1f5d9849 (
plain) (
blame)
1
2
3
4
5
6
|
broken build without sdl
vl.c fails to build if not using sdl since no_frame variable is only defined if CONFIG_SDL, while QEMU_OPTION_no_frame tries to set it without ifdef
the bug was fixed in a1077090cea97df26a754d16d7c9e1d410d81eaa
|