VirtualBox

Changeset 94262 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Mar 16, 2022 2:11:04 AM (3 years ago)
Author:
vboxsync
Message:

iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member prefixes in the RTFLOATxxU types and added a RTFLOAT32U. Added some fld [mem] tests. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCOps.cpp

    r93115 r94262  
    482482                DBGCVAR_INIT_NUMBER(pResult, (uint64_t)Value.r80Ex.lrd);
    483483#else
    484                 DBGCVAR_INIT_NUMBER(pResult, (uint64_t)Value.r80Ex.sj64.u63Fraction);
     484                DBGCVAR_INIT_NUMBER(pResult, (uint64_t)Value.r80Ex.sj64.uFraction);
    485485#endif
    486486                return VINF_SUCCESS;
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