Changeset 30915 in vbox
- Timestamp:
- Jul 19, 2010 7:15:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63774
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r30768 r30915 2825 2825 * Forward the trap to the guest by injecting the exception and resuming execution. 2826 2826 */ 2827 Log(("Guest page fault at %RGv cr2=%RGv error code % xrsp=%RGv\n", (RTGCPTR)pCtx->rip, exitQualification, errCode, (RTGCPTR)pCtx->rsp));2827 Log(("Guest page fault at %RGv cr2=%RGv error code %RGv rsp=%RGv\n", (RTGCPTR)pCtx->rip, exitQualification, errCode, (RTGCPTR)pCtx->rsp)); 2828 2828 2829 2829 Assert(CPUMIsGuestInPagedProtectedModeEx(pCtx));
Note:
See TracChangeset
for help on using the changeset viewer.