Loading target-i386/op_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -1275,7 +1275,7 @@ static int check_exception(int intno, int *error_code) if (env->hflags & HF_SVMI_MASK) helper_vmexit(SVM_EXIT_SHUTDOWN, 0); /* does not return */ if (loglevel & CPU_LOG_RESET) if (qemu_loglevel_mask(CPU_LOG_RESET)) fprintf(logfile, "Triple fault\n"); qemu_system_reset_request(); Loading Loading
target-i386/op_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -1275,7 +1275,7 @@ static int check_exception(int intno, int *error_code) if (env->hflags & HF_SVMI_MASK) helper_vmexit(SVM_EXIT_SHUTDOWN, 0); /* does not return */ if (loglevel & CPU_LOG_RESET) if (qemu_loglevel_mask(CPU_LOG_RESET)) fprintf(logfile, "Triple fault\n"); qemu_system_reset_request(); Loading