- Timestamp:
- Apr 23, 2022 12:12:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r94694 r94698 4752 4752 4753 4753 /* Do normalization if necessary and possible. */ 4754 unsigned cShifted = 0;4755 4754 if (!(puMantissa->QWords.qw2 & RT_BIT_64(63))) 4756 4755 { … … 4769 4768 iExponent -= cShift; 4770 4769 } 4771 cShifted = cShift;4772 4770 RTUInt256AssignShiftLeft(puMantissa, cShift); 4773 4771 }
Note:
See TracChangeset
for help on using the changeset viewer.