]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: fix compilation with --enable-debug-tcg
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 13 Jan 2012 15:01:40 +0000 (16:01 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 13 Jan 2012 15:01:40 +0000 (16:01 +0100)
commit20f8bd483c3ead658df7563d00768a9874ebb6f0
treeb1f6a0c2d3ccf4ab9fce7fcdf13c6e3e3599442e
parentbee5a5fb11de34aa422cfc830adbd51cfc8f5b55
target-i386: fix compilation with --enable-debug-tcg

Commit 2355c16e74ffa4d14e7fc2b4a23b055565ac0221 introduced a new ldmxcsr
helper taking an i32 argument, but the helper is actually passed a long.
Fix that by truncating the long to i32.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/translate.c