diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/exec.h b/target-alpha/exec.h index 7a325e7a75..0f9b827015 100644 --- a/target-alpha/exec.h +++ b/target-alpha/exec.h @@ -37,7 +37,7 @@ register struct CPUAlphaState *env asm(AREG0); #include "softmmu_exec.h" #endif /* !defined(CONFIG_USER_ONLY) */ -static inline int cpu_has_work(CPUState *env) +static inline bool cpu_has_work(CPUState *env) { /* Here we are checking to see if the CPU should wake up from HALT. We will have gotten into this state only for WTINT from PALmode. */ |