diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2011-03-14 07:23:11 +0000 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-04-03 17:19:38 +0200 |
| commit | 622465e1fa4c07d96fcb6e8cbe746b1e3f3ff65e (patch) | |
| tree | 8986b6e55f97b52ce4cdc577f82528957d3b45d5 /hw/vexpress.c | |
| parent | 4a9f9cb24de52e93aae7539a004dd20314ca1c0c (diff) | |
| download | focaccia-qemu-622465e1fa4c07d96fcb6e8cbe746b1e3f3ff65e.tar.gz focaccia-qemu-622465e1fa4c07d96fcb6e8cbe746b1e3f3ff65e.zip | |
target-arm/helper.c: For float-int conversion helpers pass ints as ints
Correct the argument and return types for the float<->int conversion helper functions so that integer arguments and return values are declared as uint32_t/uint64_t, not float32/float64. This allows us to remove the hand-rolled functions which were doing bitwise copies between the types via unions. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/vexpress.c')
0 files changed, 0 insertions, 0 deletions