VirtualBox

Changeset 30915 in vbox


Ignore:
Timestamp:
Jul 19, 2010 7:15:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63774
Message:

logging fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r30768 r30915  
    28252825                     * Forward the trap to the guest by injecting the exception and resuming execution.
    28262826                     */
    2827                     Log(("Guest page fault at %RGv cr2=%RGv error code %x rsp=%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));
    28282828
    28292829                    Assert(CPUMIsGuestInPagedProtectedModeEx(pCtx));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette