Changeset 79633 in vbox
- Timestamp:
- Jul 9, 2019 8:37:33 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
r76553 r79633 318 318 Log2(("TRPMSetFaultAddress: uCR2=%RGv\n", uCR2)); 319 319 AssertMsg(pVCpu->trpm.s.uActiveVector != ~0U, ("No active trap!\n")); 320 AssertMsg(pVCpu->trpm.s.enmActiveType == TRPM_TRAP, ("Not hardware exception!\n")); 320 321 AssertMsg(pVCpu->trpm.s.uActiveVector == X86_XCPT_PF, ("Not trap 0e!\n")); 321 322 pVCpu->trpm.s.uActiveCR2 = uCR2;
Note:
See TracChangeset
for help on using the changeset viewer.

