Changeset 104415 in vbox for trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
- Timestamp:
- Apr 24, 2024 1:25:45 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r104404 r104415 4217 4217 { 4218 4218 /* Use temporary register for the immediate. */ 4219 uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, (uint64_t)uAbsAddend);4219 uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, uAbsAddend); 4220 4220 4221 4221 /* add gprdst, gprdst, tmpreg */ … … 4308 4308 { 4309 4309 /* Use temporary register for the immediate. */ 4310 uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, (uint32_t)iAddend);4310 uint8_t iTmpReg = iemNativeRegAllocTmpImm(pReNative, &off, uAbsAddend); 4311 4311 4312 4312 /* add gprdst, gprdst, tmpreg */
Note:
See TracChangeset
for help on using the changeset viewer.