Changeset 103826 in vbox
- Timestamp:
- Mar 13, 2024 12:49:44 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h
r103825 r103826 6412 6412 /** @todo save+restore active registers and maybe guest shadows in miss 6413 6413 * 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))); 6415 6416 6416 6417 /*
Note:
See TracChangeset
for help on using the changeset viewer.