Changeset 10095 in vbox for trunk/src/VBox
- Timestamp:
- Jul 2, 2008 11:26:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r10066 r10095 1204 1204 * Forward the trap to the guest by injecting the exception and resuming execution. 1205 1205 */ 1206 Log((" Page fault at %VGv cr2=%VGv error code %x\n", pCtx->rip, uFaultAddress, errCode));1206 Log(("Guest page fault at %VGv cr2=%VGv error code %x rsp=%RX64\n", pCtx->rip, uFaultAddress, errCode, pCtx->rsp)); 1207 1207 STAM_COUNTER_INC(&pVM->hwaccm.s.StatExitGuestPF); 1208 1208
Note:
See TracChangeset
for help on using the changeset viewer.