VirtualBox

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


Ignore:
Timestamp:
Dec 8, 2023 10:59:19 PM (14 months ago)
Author:
vboxsync
Message:

VMM/IEM: Prevent variable registers from being spilled or moved while we're using them. bugref:10371

File:
1 edited

Legend:

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

    r102527 r102558  
    477477     * @todo not sure what this really is for...   */
    478478    IEMNATIVEGSTREG     enmGstReg;
    479     uint8_t             bAlign;
     479    /** Set if the registered is currently used exclusively, false if the
     480     *  variable is idle and the register can be grabbed. */
     481    bool                fRegAcquired;
    480482
    481483    union
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