aboutsummaryrefslogtreecommitdiff
path: root/fpu/softfloat-specialize.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-12 11:43:47 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-12 11:43:47 +0000
commit1f8a84b439676ee192d128315dc3a65d5f77ed82 (patch)
tree96ae3841dc893dd17ed68d75cce5540bf4832888 /fpu/softfloat-specialize.h
parente3f0b808e2497e2c6fc8588d7e678e717bf075ba (diff)
fpu: Replace uint32 typedef with uint32_t
Replace the uint32 softfloat-specific typedef with uint32_t. This change was made with find include hw fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\buint32\b/uint32_t/g' together with manual removal of the typedef definition, manual undoing of various mis-hits, and another couple of fixes found via test compilation. All the uses in hw/ were using the wrong type by mistake. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'fpu/softfloat-specialize.h')
0 files changed, 0 insertions, 0 deletions