Changeset 9075 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 23, 2008 12:14:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r9074 r9075 1161 1161 * Forward the trap to the guest by injecting the exception and resuming execution. 1162 1162 */ 1163 Log 2(("Page fault at %VGv cr2=%VGv error code %x\n", pCtx->eip, uFaultAddress, errCode));1163 Log(("Page fault at %VGv cr2=%VGv error code %x\n", pCtx->eip, uFaultAddress, errCode)); 1164 1164 STAM_COUNTER_INC(&pVM->hwaccm.s.StatExitGuestPF); 1165 1166 TRPMResetTrap(pVM);1167 1165 1168 1166 /* Now we must update CR2. */
Note:
See TracChangeset
for help on using the changeset viewer.