Changeset 104404 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 23, 2024 1:13:54 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r104403 r104404 4217 4217 { 4218 4218 /* Use temporary register for the immediate. */ 4219 uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, (uint64_t) iAddend);4219 uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, (uint64_t)uAbsAddend); 4220 4220 4221 4221 /* add gprdst, gprdst, tmpreg */
Note:
See TracChangeset
for help on using the changeset viewer.