]> git.proxmox.com Git - 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)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 25 Sep 2012 22:31:50 +0000 (00:31 +0200)
commitf813cb838f19ee8637d3c365659e6a6bb0c9c974
tree4684d591ec075090d471f0911aefde2580bc2a64
parenta80a6b63e362cc8eda7aae5b4c3f9e4e49013d62
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>
tcg/i386/tcg-target.c