diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-04-17 10:43:34 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-04-22 14:44:54 +0100 |
commit | 2ab370873f62c304898397fdf7da593c43fe6e29 (patch) | |
tree | 3a89d91fb5f2698c239e8c611fd23470e3c1eb55 /accel | |
parent | 4f4c2a4ba25eea18100e17b51a92716d7190d202 (diff) | |
download | qemu-2ab370873f62c304898397fdf7da593c43fe6e29.zip qemu-2ab370873f62c304898397fdf7da593c43fe6e29.tar.gz qemu-2ab370873f62c304898397fdf7da593c43fe6e29.tar.bz2 |
target/arm: Change DisasContext.thumb to bool
Bool is a more appropriate type for this value.
Move the member down in the struct to keep the
bool type members together and remove a hole.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'accel')
0 files changed, 0 insertions, 0 deletions