mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/arm: Convert CPUARMState::eabi to boolean
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230206223502.25122-6-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
0f150c8499
commit
de4143fc77
3 changed files with 4 additions and 4 deletions
|
@ -723,7 +723,7 @@ typedef struct CPUArchState {
|
|||
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
/* For usermode syscall translation. */
|
||||
int eabi;
|
||||
bool eabi;
|
||||
#endif
|
||||
|
||||
struct CPUBreakpoint *cpu_breakpoint[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue