Changeset 102555 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Dec 8, 2023 5:08:41 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r102550 r102555 8891 8891 iemNativeVarSetKindToConst(pReNative, idxVarRet, (uint64_t)i64EffAddr); 8892 8892 else 8893 iemNativeVarSetKindToConst(pReNative, idxVarRet, (uint 64_t)(int32_t)i64EffAddr);8893 iemNativeVarSetKindToConst(pReNative, idxVarRet, (uint32_t)i64EffAddr); 8894 8894 return off; 8895 8895 }
Note:
See TracChangeset
for help on using the changeset viewer.