Changeset 106319 in vbox for trunk/src/VBox/VMM/VMMAll/target-x86
- Timestamp:
- Oct 15, 2024 8:50:24 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h
r106201 r106319 599 599 pReNative->PostponedEfl.enmOp = kIemNativePostponedEflOp_Logical; 600 600 pReNative->PostponedEfl.cOpBits = cOpBits; 601 pReNative->PostponedEfl.idxReg1 = iemNativeRegAllocTmpEx (pReNative, &off, IEMNATIVE_POSTPONING_REG_MASK, false);601 pReNative->PostponedEfl.idxReg1 = iemNativeRegAllocTmpExPreferNonVolatile(pReNative, &off, IEMNATIVE_POSTPONING_REG_MASK); 602 602 /** @todo it would normally be possible to use idxRegResult, iff it is 603 603 * already a non-volatile register and we can be user the caller
Note:
See TracChangeset
for help on using the changeset viewer.