diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-19 16:25:00 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-19 16:27:22 +0000 |
commit | 07d792d2b08669bf6a97cbf590496078c4621068 (patch) | |
tree | 6382d7b3fa0a2b6ceab8baa79986c792dfee7785 /accel.c | |
parent | 0bb721d7217ed4a1abb44f521c5c7ec185062d58 (diff) | |
download | qemu-07d792d2b08669bf6a97cbf590496078c4621068.tar.gz qemu-07d792d2b08669bf6a97cbf590496078c4621068.tar.bz2 qemu-07d792d2b08669bf6a97cbf590496078c4621068.zip |
fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts
Use the plain 'int' type rather than 'int_fast16_t' for shift counts
in the various shift related functions, since we don't actually care
about the size of the integer at all here, and using int16_t would
be confusing.
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-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'accel.c')
0 files changed, 0 insertions, 0 deletions