VirtualBox

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


Ignore:
Timestamp:
Jan 12, 2011 5:50:43 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69396
Message:

DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and stuff.

File:
1 edited

Legend:

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

    r35490 r35513  
    522522                return VINF_SUCCESS;
    523523
    524             case DBGFREGVALTYPE_LRD:
    525                 DBGCVAR_INIT_NUMBER(pResult, (uint64_t)Value.lrd);
     524            case DBGFREGVALTYPE_R80:
     525#ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE
     526                DBGCVAR_INIT_NUMBER(pResult, (uint64_t)Value.r80.lrd);
     527#else
     528                DBGCVAR_INIT_NUMBER(pResult, (uint64_t)Value.r80.sj64.u63Fraction);
     529#endif
    526530                return VINF_SUCCESS;
    527531
Note: See TracChangeset for help on using the changeset viewer.

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