]> git.proxmox.com Git - qemu.git/commit
tcg/mips: kill warnings in user mode
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:25 +0000 (18:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:09 +0000 (01:42 -0500)
commitb7505cfd52d4a5fc8bd21d898d6cd1b76f7a9b91
tree9f644edbd9bf594546a8411f7561d2599de665b9
parentdf3e097e21ee80ed7eefa62fca02a7f30f23baa2
tcg/mips: kill warnings in user mode

Recent versions of GCC emit warnings when compiling user mode targets.
Kill them by reordering a bit the #ifdef.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c