summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorPeter Maydell2016-02-19 17:25:01 +0100
committerPeter Maydell2016-02-19 17:27:22 +0100
commit0c48262d4772d40677364199372fb6ffcf487558 (patch)
treea6b625f7757904a9c81531da32c4e9936fb1052e /include/exec
parentfpu: Use plain 'int' rather than 'int_fast16_t' for shift counts (diff)
downloadqemu-0c48262d4772d40677364199372fb6ffcf487558.tar.gz
qemu-0c48262d4772d40677364199372fb6ffcf487558.tar.xz
qemu-0c48262d4772d40677364199372fb6ffcf487558.zip
fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
Use the plain 'int' type rather than 'int_fast16_t' for handling exponents. Exponents don't need to be exactly 16 bits, so using int16_t for them would confuse more than it clarified. This should be a safe change because int_fast16_t semantics permit use of 'int' (and on 32-bit glibc that is what you get). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Message-id: 1453807806-32698-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions