]> git.proxmox.com Git - qemu.git/commit
linux-user: fix compile error due to stray colon at end of #ifdef line
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 21 Apr 2013 12:30:03 +0000 (13:30 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 26 Apr 2013 09:52:29 +0000 (11:52 +0200)
commit7edd2cf1a2eace84e3f8753e912449ae8871802f
treeef0411c4b180312eba55911b5575dac9ff4bcbc2
parente3351000cd682200835763caca87adf708ed1c65
linux-user: fix compile error due to stray colon at end of #ifdef line

Remove a stray colon from the end of a #ifdef line. Some versions
of gcc complain about this:
 linux-user/syscall.c: In function ‘do_syscall’:
 linux-user/syscall.c:7606:28: error: extra tokens at end of #ifdef directive [-Werror]

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-By: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
linux-user/syscall.c