diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-22 15:09:21 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:29:54 -0600 |
commit | d07a4fefcf2532ed5fb1e6b9794fe4a82b1f1eb8 (patch) | |
tree | 9868e0bdb6b6c485a24036ea032d45172f371eea /hw/ppc/spapr_events.c | |
parent | 431d6070af80bccd840b012c5f708d53b686e6f7 (diff) | |
download | hqemu-d07a4fefcf2532ed5fb1e6b9794fe4a82b1f1eb8.zip hqemu-d07a4fefcf2532ed5fb1e6b9794fe4a82b1f1eb8.tar.gz |
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/ppc/spapr_events.c')
0 files changed, 0 insertions, 0 deletions