]> Git Repo - qemu.git/commit
target/arm: Change DisasContext.thumb to bool
authorRichard Henderson <[email protected]>
Sun, 17 Apr 2022 17:43:34 +0000 (10:43 -0700)
committerPeter Maydell <[email protected]>
Fri, 22 Apr 2022 13:44:54 +0000 (14:44 +0100)
commit2ab370873f62c304898397fdf7da593c43fe6e29
tree3a89d91fb5f2698c239e8c611fd23470e3c1eb55
parent4f4c2a4ba25eea18100e17b51a92716d7190d202
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate-a64.c
target/arm/translate.h
This page took 0.027438 seconds and 4 git commands to generate.