]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl.c: Fix compilation failure if CONFIG_SDL isn't defined
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 23 Mar 2011 03:40:57 +0000 (03:40 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 25 Mar 2011 12:28:09 +0000 (07:28 -0500)
commit05175535a3b6c78186ec3538bcd1b01f30ba571e
tree2fe3f3aa2c596deb575a78984e86d60bfb6185a9
parent56d7a964a5664d3778a0b7a369a5f350d0fe099f
vl.c: Fix compilation failure if CONFIG_SDL isn't defined

Fix a compilation failure if CONFIG_SDL isn't defined (gcc complained
that the label 'invalid_display' wasn't used).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c