VirtualBox

Changeset 4402 in vbox for trunk/src


Ignore:
Timestamp:
Aug 28, 2007 2:22:20 PM (17 years ago)
Author:
vboxsync
Message:

Corrected assertion

File:
1 edited

Legend:

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

    r4071 r4402  
    15591559            goto ResumeExecution;
    15601560        }
    1561         AssertMsgFailed(("EMU: invlpg %VGv failed with %Vrc\n", exitQualification, rc));
     1561        AssertMsg(rc == VERR_EM_INTERPRETER, ("EMU: invlpg %VGv failed with %Vrc\n", exitQualification, rc));
    15621562        rc = VINF_EM_RAW_EMULATE_INSTR;
    15631563        break;
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