VirtualBox

Changeset 104073 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 27, 2024 1:23:05 AM (11 months ago)
Author:
vboxsync
Message:

VMM/IEM: Made the code compile without IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK again. Fixed harmless typo. bugref:10629

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r104064 r104073  
    993993    kIemTbDbgEntryType_DelayedPcUpdate,
    994994#endif
    995 #ifdef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK
     995#if defined(IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK) || defined(IEMNATIVE_WITH_SIMD_REG_ALLOCATOR)
    996996    /** Info about a shadowed guest register becoming dirty. */
    997997    kIemTbDbgEntryType_GuestRegDirty,
     
    10981098#endif
    10991099
    1100 #ifdef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK
     1100#if defined(IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK) || defined(IEMNATIVE_WITH_SIMD_REG_ALLOCATOR)
    11011101    struct
    11021102    {
  • trunk/src/VBox/VMM/include/IEMN8veRecompiler.h

    r104056 r104073  
    15261526                                                                     uint8_t idxHstSimdRegPrev = UINT8_MAX);
    15271527# endif
    1528 # ifdef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK
    1529 DECL_HIDDEN_THROW(void)     iemNaitveDbgInfoAddGuestRegDirty(PIEMRECOMPILERSTATE pReNative, bool fSimdReg,
     1528# if defined(IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK) || defined(IEMNATIVE_WITH_SIMD_REG_ALLOCATOR)
     1529DECL_HIDDEN_THROW(void)     iemNativeDbgInfoAddGuestRegDirty(PIEMRECOMPILERSTATE pReNative, bool fSimdReg,
    15301530                                                             uint8_t idxGstReg, uint8_t idxHstReg);
    1531 DECL_HIDDEN_THROW(void)     iemNaitveDbgInfoAddGuestRegWriteback(PIEMRECOMPILERSTATE pReNative, bool fSimdReg,
     1531DECL_HIDDEN_THROW(void)     iemNativeDbgInfoAddGuestRegWriteback(PIEMRECOMPILERSTATE pReNative, bool fSimdReg,
    15321532                                                                 uint64_t fGstReg);
    15331533# endif
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