]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/i386: fix build with -march < i686
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 25 Sep 2012 22:30:12 +0000 (00:30 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:11 +0000 (01:42 -0500)
commitc90a8840b47a1641ad6e46e4a52520e1148127c5
tree09844c3e0cc12bcedcc58303a6bd0c668c5ef353
parente1312991ed3eb9f2a177332c40f7d13d24d9c3ce
tcg/i386: fix build with -march < i686

The movcond_i32 op has to be protected with TCG_TARGET_HAS_movcond_i32
to fix the build with -march < i686.

Thanks to Richard Henderson for the hint.

Reported-by: Alex Barcelo <abarcelo@ac.upc.edu>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/i386/tcg-target.c