Changeset 43259 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Sep 9, 2012 4:02:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp
r42589 r43259 144 144 char szFormat[128], szValue[128]; 145 145 RTStrPrintf(szFormat, sizeof(szFormat), "%%VR{%s}", pszRegNm); 146 intrc2 = DBGFR3RegPrintf(pVM, idCpu, szValue, sizeof(szValue), szFormat);146 rc2 = DBGFR3RegPrintf(pVM, idCpu, szValue, sizeof(szValue), szFormat); 147 147 if (RT_SUCCESS(rc2)) 148 148 VMMDEV_TESTING_OUTPUT(("testing: VALUE '%s'%*s: %16s {reg=%s}%s\n",
Note:
See TracChangeset
for help on using the changeset viewer.