diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-22 15:09:21 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-22 15:09:21 +0000 |
commit | f4014512cda682a9d0c75310d278d7ae96b0505c (patch) | |
tree | 3f611fe1ffa23fe69d7bc28e0783622c7b30adb4 /hw/sparc64 | |
parent | 182f42fdc219e6481654fcfb73b17e4b4e63b6ff (diff) | |
download | qemu-f4014512cda682a9d0c75310d278d7ae96b0505c.tar.gz qemu-f4014512cda682a9d0c75310d278d7ae96b0505c.tar.bz2 qemu-f4014512cda682a9d0c75310d278d7ae96b0505c.zip |
fpu: Replace int32 typedef with int32_t
Replace the int32 softfloat-specific typedef with int32_t.
This change was made with
find hw include fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\bint32\b/int32_t/g'
together with manual removal of the typedef definition, and
manual undoing of some mis-hits where macro arguments were
being used for token pasting rather than as a type.
The uses in hw/ipmi/ should not have been using this type at all.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Leon Alrae <leon.alrae@imgtec.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Message-id: 1452603315-27030-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/sparc64')
0 files changed, 0 insertions, 0 deletions