VirtualBox

Ignore:
Timestamp:
Oct 15, 2024 1:05:43 AM (3 months ago)
Author:
vboxsync
Message:

VMM/IEM: Reduce the number of parameters passed to the shadowed-guest-register allocator. bugref:10720

File:
1 edited

Legend:

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

    r106187 r106315  
    210210{
    211211    uint8_t const         idxEflReg  = !a_fCheckIrqs ? UINT8_MAX
    212                                      : iemNativeRegAllocTmpForGuestEFlags(pReNative, &off, kIemNativeGstRegUse_ReadOnly,
    213                                                                           RT_BIT_64(IEMLIVENESSBIT_IDX_EFL_OTHER));
     212                                     : iemNativeRegAllocTmpForGuestEFlagsReadOnly(pReNative, &off,
     213                                                                                  RT_BIT_64(IEMLIVENESSBIT_IDX_EFL_OTHER));
    214214    uint8_t const         idxTmpReg1 = iemNativeRegAllocTmp(pReNative, &off);
    215215    uint8_t const         idxTmpReg2 = a_fCheckIrqs ? iemNativeRegAllocTmp(pReNative, &off) : UINT8_MAX;
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