commit | 005e1a0a02810ee132742d8a29771cd48a2b4285 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 10 13:59:35 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Feb 10 20:18:36 2011 +0100 |
tree | 4c20c4313faff4b9af199b70aecefe04e5221a87 | |
parent | d5138cf4a8f2415d2d568adfd3f65d3cc5a0b736 [diff] |
linux-user/arm: fix compilation failures using softfloat's struct types Add uses of the float32/float64 boxing and unboxing macros so that the ARM linux-user targets will compile with USE_SOFTFLOAT_STRUCT_TYPES enabled. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>