VirtualBox

Changeset 65512 in vbox


Ignore:
Timestamp:
Jan 29, 2017 6:46:49 PM (8 years ago)
Author:
vboxsync
Message:

iemCImpl_cmpxchg16b_fallback_rendezvous: Return VERR_IEM_ASPECT_NOT_IMPLEMENTED in ring-0 to prevent hitting assertions like in PGMAllPool as they don't expect VINF_EM_RAW_EMULATE_INSTR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

    r65508 r65512  
    64316431#else
    64326432    RT_NOREF(pVCpu, cbInstr, pu128Dst, pu128RaxRdx, pu128RbxRcx, pEFlags);
    6433     return VINF_EM_RAW_EMULATE_INSTR;
     6433    return VERR_IEM_ASPECT_NOT_IMPLEMENTED; /* This should get us to ring-3 for now.  Should perhaps be replaced later. */
    64346434#endif
    64356435}
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