Revision 8fec2b8c target-sparc/op_helper.c

b/target-sparc/op_helper.c
2811 2811
    int intno = env->exception_index;
2812 2812

  
2813 2813
#ifdef DEBUG_PCALL
2814
    if (loglevel & CPU_LOG_INT) {
2814
    if (qemu_loglevel_mask(CPU_LOG_INT)) {
2815 2815
        static int count;
2816 2816
        const char *name;
2817 2817

  
......
2942 2942
    int cwp, intno = env->exception_index;
2943 2943

  
2944 2944
#ifdef DEBUG_PCALL
2945
    if (loglevel & CPU_LOG_INT) {
2945
    if (qemu_loglevel_mask(CPU_LOG_INT)) {
2946 2946
        static int count;
2947 2947
        const char *name;
2948 2948

  

Also available in: Unified diff