VirtualBox

Changeset 62399 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 21, 2016 1:39:08 PM (8 years ago)
Author:
vboxsync
Message:

iemAImpl_imul_u64: missed one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r62398 r62399  
    11291129
    11301130
     1131#endif /* RT_ARCH_X86 */
     1132#ifdef RT_ARCH_X86
     1133
    11311134/* multiplication and division */
    1132 
    11331135
    11341136
     
    11511153    if ((int64_t)*pu64RAX >= 0)
    11521154    {
    1153         if ((int64_t)*pu64RDX >= 0)
     1155        if ((int64_t)u64Factor >= 0)
    11541156        {
    11551157            RTUInt128MulU64ByU64(&Result, *pu64RAX, u64Factor);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette