]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix compilation failure for 64 bit hosts
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 26 May 2011 11:03:36 +0000 (12:03 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 16:13:13 +0000 (18:13 +0200)
commitb7fa9214d8d4f57992c9acd0ccb125c54a095f00
treedc1bc1f88a89ca9052e2bf8a7f97122006a72343
parent47ba1984548f7c27d24b14e46cc5c2488a544055
target-arm: Fix compilation failure for 64 bit hosts

Use the correct _ptr aliases for manipulating the pointer to
the fp_status; this fixes a compilation failure on 64 bit hosts.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c