VirtualBox

Changeset 40381 in vbox


Ignore:
Timestamp:
Mar 6, 2012 3:51:16 PM (13 years ago)
Author:
vboxsync
Message:

IEM_MC_STORE_MEM_NEG_QNAN_R80_BY_REF bugfix spotted by Frank.

File:
1 edited

Legend:

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

    r40274 r40381  
    62136213#define IEM_MC_STORE_MEM_NEG_QNAN_R80_BY_REF(a_pr80Dst) \
    62146214    do { \
    6215         (a_pr80Dst)->au64[1] = UINT64_C(0xc000000000000000); \
     6215        (a_pr80Dst)->au64[0] = UINT64_C(0xc000000000000000); \
    62166216        (a_pr80Dst)->au16[4] = UINT16_C(0xffff); \
    62176217    } while (0)
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