Changeset 40076 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp
- Timestamp:
- Feb 11, 2012 2:48:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp
r39405 r40076 1868 1868 return RTStrFormatU128(pszTmp, cbTmp, &pValue->u128, uBase, cchWidth, cchPrecision, fFlags); 1869 1869 case DBGFREGVALTYPE_R80: 1870 return RTStrFormatR80u2(pszTmp, cbTmp, &pValue->r80 , cchWidth, cchPrecision, fFlags);1870 return RTStrFormatR80u2(pszTmp, cbTmp, &pValue->r80Ex, cchWidth, cchPrecision, fFlags); 1871 1871 case DBGFREGVALTYPE_DTR: 1872 1872 {
Note:
See TracChangeset
for help on using the changeset viewer.