VirtualBox

Changeset 105711 in vbox for trunk/src


Ignore:
Timestamp:
Aug 16, 2024 6:04:45 PM (4 months ago)
Author:
vboxsync
Message:

VMM/IEM: Ensure that the required segment is up to date in CPUM when interpreting rep outs instructions (fixes assertion and out sync guest context with a Windows XP guest and the NEM/Hyper-V backend), bugref:9993

File:
1 edited

Legend:

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

    r104581 r105711  
    16121612        return iemRegAddToRipAndFinishingClearingRF(pVCpu, cbInstr);
    16131613
     1614    IEM_CTX_IMPORT_RET(pVCpu, CPUMCTX_EXTRN_SREG_FROM_IDX(iEffSeg) | CPUMCTX_EXTRN_ES);
    16141615    PCCPUMSELREGHID pHid      = iemSRegGetHid(pVCpu, iEffSeg);
    16151616    uint64_t        uBaseAddr = 0; /* gcc may not be used uninitialized */
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