VirtualBox

Ignore:
Timestamp:
Feb 11, 2012 2:48:43 AM (13 years ago)
Author:
vboxsync
Message:

Changed the types of the r80 views of the FPU registers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp

    r39405 r40076  
    18681868            return RTStrFormatU128(pszTmp, cbTmp, &pValue->u128, uBase, cchWidth, cchPrecision, fFlags);
    18691869        case DBGFREGVALTYPE_R80:
    1870             return RTStrFormatR80u2(pszTmp, cbTmp, &pValue->r80, cchWidth, cchPrecision, fFlags);
     1870            return RTStrFormatR80u2(pszTmp, cbTmp, &pValue->r80Ex, cchWidth, cchPrecision, fFlags);
    18711871        case DBGFREGVALTYPE_DTR:
    18721872        {
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