Changeset 62399 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 21, 2016 1:39:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r62398 r62399 1129 1129 1130 1130 1131 #endif /* RT_ARCH_X86 */ 1132 #ifdef RT_ARCH_X86 1133 1131 1134 /* multiplication and division */ 1132 1133 1135 1134 1136 … … 1151 1153 if ((int64_t)*pu64RAX >= 0) 1152 1154 { 1153 if ((int64_t) *pu64RDX>= 0)1155 if ((int64_t)u64Factor >= 0) 1154 1156 { 1155 1157 RTUInt128MulU64ByU64(&Result, *pu64RAX, u64Factor);
Note:
See TracChangeset
for help on using the changeset viewer.