Revision 6e48a40d target-i386/op_helper.c

b/target-i386/op_helper.c
1275 1275
        if (env->hflags & HF_SVMI_MASK)
1276 1276
            helper_vmexit(SVM_EXIT_SHUTDOWN, 0); /* does not return */
1277 1277

  
1278
        if (loglevel & CPU_LOG_RESET)
1278
        if (qemu_loglevel_mask(CPU_LOG_RESET))
1279 1279
            fprintf(logfile, "Triple fault\n");
1280 1280

  
1281 1281
        qemu_system_reset_request();

Also available in: Unified diff