diff options
| author | Peter Maydell | 2016-01-25 18:40:49 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-02-19 17:27:06 +0100 |
| commit | d783f78933b212537ece77c7ec66866cc2bc0f4d (patch) | |
| tree | 232a276854348e1daa6973a76646fdd799780c5c /include/exec/exec-all.h | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-19' into... (diff) | |
| download | qemu-d783f78933b212537ece77c7ec66866cc2bc0f4d.tar.gz qemu-d783f78933b212537ece77c7ec66866cc2bc0f4d.tar.xz qemu-d783f78933b212537ece77c7ec66866cc2bc0f4d.zip | |
target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct
The r4k_tlb_t structure uses the uint_fast*_t types. Most of these
uses are in bitfields and are thus pointless, because the bitfield
itself specifies the width of the type; just use 'unsigned int'
instead. (On glibc uint_fast16_t is defined as either 32 or 64 bits,
so we know the code is not reliant on it being exactly 16 bits.)
There is also one use of uint_fast8_t, which we replace with uint8_t,
because both are exactly 8 bits on glibc and this is the only
place outside the softfloat code which uses an int_fast*_t type.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
