VirtualBox

Changeset 56046 in vbox for trunk/src


Ignore:
Timestamp:
May 22, 2015 9:06:53 PM (10 years ago)
Author:
vboxsync
Message:

SELMRC.cpp: USe VINF_EM_RAW_EMULATE_INSTR for the case where we didn't do anything and VINF_EM_RAW_EMULATE_INSTR_GDT_FAULT for the case when we did, but ended up with some trouble afterwards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/SELMRC.cpp

    r56013 r56046  
    326326        Assert(RT_FAILURE(rcStrict));
    327327        if (rcStrict == VERR_EM_INTERPRETER)
    328             rcStrict = VINF_EM_RAW_EMULATE_INSTR_GDT_FAULT;
     328            rcStrict = VINF_EM_RAW_EMULATE_INSTR; /* No, not VINF_EM_RAW_EMULATE_INSTR_GDT_FAULT, see PGM_PHYS_RW_IS_SUCCESS.  */
    329329        VMCPU_FF_SET(pVCpu, VMCPU_FF_SELM_SYNC_GDT);
    330330    }
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