VirtualBox

Changeset 102755 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 3, 2024 6:58:23 PM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fixed accidental fGstShwFlush truncation in iemNativeRecompFunc_BltIn_DeferToCImpl0 causing swapgs and others not to clobber the necessary register shadows. bugref:10371

File:
1 edited

Legend:

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

    r102702 r102755  
    164164    PFNIEMCIMPL0 const pfnCImpl     = (PFNIEMCIMPL0)(uintptr_t)pCallEntry->auParams[0];
    165165    uint8_t const      cbInstr      = (uint8_t)pCallEntry->auParams[1];
    166     uint64_t const     fGstShwFlush = (uint8_t)pCallEntry->auParams[2];
     166    uint64_t const     fGstShwFlush = pCallEntry->auParams[2];
    167167    return iemNativeEmitCImplCall(pReNative, off, pCallEntry->idxInstr, fGstShwFlush, (uintptr_t)pfnCImpl, cbInstr, 0, 0, 0, 0);
    168168}
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