VirtualBox

Ignore:
Timestamp:
Nov 27, 2023 9:21:59 PM (14 months ago)
Author:
vboxsync
Message:

VMM/IEM: Enabled IEM_MC_FETCH_MEM_U8, IEM_MC_FETCH_MEM_U32 and IEM_MC_FETCH_MEM_U64. bugref:10371

File:
1 edited

Legend:

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

    r102330 r102350  
    57775777DECLINLINE(void) iemNativeVarFreeOneWorker(PIEMRECOMPILERSTATE pReNative, uint8_t idxVar)
    57785778{
    5779     Assert(   pReNative->Core.aVars[idxVar].enmKind > kIemNativeVarKind_Invalid
    5780            && pReNative->Core.aVars[idxVar].enmKind < kIemNativeVarKind_End);
     5779    Assert(   pReNative->Core.aVars[idxVar].enmKind >= kIemNativeVarKind_Invalid  /* Including invalid as we may have unused */
     5780           && pReNative->Core.aVars[idxVar].enmKind <  kIemNativeVarKind_End);    /* variables in conditional branches. */
    57815781
    57825782    /* Free the host register first if any assigned. */
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