Changeset 54728 in vbox
- Timestamp:
- Mar 12, 2015 2:32:10 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/VBox/err.h (modified) (1 diff)
-
src/VBox/VMM/VMMR3/PATM.cpp (modified) (1 diff)
-
src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r54290 r54728 372 372 /** The patch manager is not used because we're using HM and VT-x/AMD-V. */ 373 373 #define VERR_PATM_HM_IPE (-1431) 374 /** Unexpected trap in patch code. */ 375 #define VERR_PATM_IPE_TRAP_IN_PATCH_CODE (-1432) 374 376 375 377 /** @} */ -
trunk/src/VBox/VMM/VMMR3/PATM.cpp
r54727 r54728 6542 6542 AssertLogRelMsg(pVM->patm.s.pGCStateHC->fPIF == 1, 6543 6543 ("Crash in patch code %RRv (%RRv) esp=%RX32\n%s\n", pEip, pNewEip, CPUMGetGuestESP(pVCpu), szBuf)); 6544 EMR3FatalError(pVCpu, VERR_ INTERNAL_ERROR);6544 EMR3FatalError(pVCpu, VERR_PATM_IPE_TRAP_IN_PATCH_CODE); 6545 6545 } 6546 6546 -
trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp
r45693 r54728 601 601 case VERR_IEM_INSTR_NOT_IMPLEMENTED: 602 602 case VERR_IEM_ASPECT_NOT_IMPLEMENTED: 603 case VERR_PATM_IPE_TRAP_IN_PATCH_CODE: 603 604 { 604 605 DBGFR3Info(pVM->pUVM, "cpumguest", NULL, pHlp);
Note:
See TracChangeset
for help on using the changeset viewer.

