VirtualBox

Changeset 13182 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 10, 2008 3:54:54 PM (16 years ago)
Author:
vboxsync
Message:

Extra assertion

File:
1 edited

Legend:

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

    r13181 r13182  
    20582058                    Log(("Guest page fault at %VGv cr2=%VGv error code %x rsp=%VGv\n", (RTGCPTR)pCtx->rip, exitQualification, errCode, (RTGCPTR)pCtx->rsp));
    20592059
     2060                    Assert(CPUMIsGuestInPagedProtectedModeEx(pCtx));
     2061
    20602062                    STAM_COUNTER_INC(&pVM->hwaccm.s.StatExitGuestPF);
    20612063
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