]> git.proxmox.com Git - qemu.git/commit
target-i386: use float unions from cpu-all.h
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:29 +0000 (00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:14 +0000 (20:32 +0200)
commitc41372230e441cb28dcf246d5f2a3226830156bd
treed8beb481ea144dd4ab4eacf6c4c4463fc5fd307a
parent1ffd41ee0c5b3409492d237201d50b78578064e5
target-i386: use float unions from cpu-all.h

Use float unions from cpu-all.h instead of redefining new (wrong for arm)
ones in target-i386. This also allows building cpu-exec.o with softfloat.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/exec.h