Changeset 62413 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 21, 2016 8:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r62411 r62413 1213 1213 IEM_DECL_IMPL_DEF(int, iemAImpl_div_u64,(uint64_t *pu64RAX, uint64_t *pu64RDX, uint64_t u64Divisor, uint32_t *pfEFlags)) 1214 1214 { 1215 /* Note! Skylake leaves all flags alone. */ 1215 1216 if ( u64Divisor != 0 1216 1217 && *pu64RDX < u64Divisor)
Note:
See TracChangeset
for help on using the changeset viewer.