diff options
Diffstat (limited to 'target-sparc/op_helper.c')
-rw-r--r-- | target-sparc/op_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 0ba4caec53..2f88f4c1e3 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -2811,7 +2811,7 @@ void do_interrupt(CPUState *env) int intno = env->exception_index; #ifdef DEBUG_PCALL - if (loglevel & CPU_LOG_INT) { + if (qemu_loglevel_mask(CPU_LOG_INT)) { static int count; const char *name; @@ -2942,7 +2942,7 @@ void do_interrupt(CPUState *env) int cwp, intno = env->exception_index; #ifdef DEBUG_PCALL - if (loglevel & CPU_LOG_INT) { + if (qemu_loglevel_mask(CPU_LOG_INT)) { static int count; const char *name; |