VirtualBox

Changeset 103826 in vbox


Ignore:
Timestamp:
Mar 13, 2024 12:49:44 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162195
Message:

VMM/IEM: Fixed missing variable index unpacking in iemNativeEmitMemCommitAndUnmap. bugref:10370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h

    r103825 r103826  
    64126412    /** @todo save+restore active registers and maybe guest shadows in miss
    64136413     *        scenario. */
    6414     off = iemNativeRegMoveAndFreeAndFlushAtCall(pReNative, off, 0 /* vacate all non-volatile regs */, RT_BIT_32(idxVarUnmapInfo));
     6414    off = iemNativeRegMoveAndFreeAndFlushAtCall(pReNative, off, 0 /* vacate all non-volatile regs */,
     6415                                                RT_BIT_32(IEMNATIVE_VAR_IDX_UNPACK(idxVarUnmapInfo)));
    64156416
    64166417    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette