VirtualBox

Changeset 94698 in vbox for trunk/src


Ignore:
Timestamp:
Apr 23, 2022 12:12:02 AM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Build fix. bugref:9898

File:
1 edited

Legend:

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

    r94694 r94698  
    47524752
    47534753    /* Do normalization if necessary and possible. */
    4754     unsigned cShifted = 0;
    47554754    if (!(puMantissa->QWords.qw2 & RT_BIT_64(63)))
    47564755    {
     
    47694768            iExponent -= cShift;
    47704769        }
    4771         cShifted = cShift;
    47724770        RTUInt256AssignShiftLeft(puMantissa, cShift);
    47734771    }
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