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)
commit6ccc1824250db5d7a6c6742080160acba2e75b91
treedc1bc1f88a89ca9052e2bf8a7f97122006a72343
parent2e1bedbc4d6427981e87f94cef6f03069b804625
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