diff options
Diffstat (limited to 'target-sh4/helper.c')
-rw-r--r-- | target-sh4/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/helper.c b/target-sh4/helper.c index d4e0a842a8..7f5430abcb 100644 --- a/target-sh4/helper.c +++ b/target-sh4/helper.c @@ -105,7 +105,7 @@ void do_interrupt(CPUState * env) } } - if (loglevel & CPU_LOG_INT) { + if (qemu_loglevel_mask(CPU_LOG_INT)) { const char *expname; switch (env->exception_index) { case 0x0e0: |