Revision eb38c52c target-i386/op_helper.c

b/target-i386/op_helper.c
1217 1217
        }
1218 1218
    }
1219 1219
    if (env->cr[0] & CR0_PE_MASK) {
1220
#if TARGET_X86_64
1220
#ifdef TARGET_X86_64
1221 1221
        if (env->hflags & HF_LMA_MASK) {
1222 1222
            do_interrupt64(intno, is_int, error_code, next_eip, is_hw);
1223 1223
        } else

Also available in: Unified diff