Changeset 19641 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 12, 2009 3:25:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFDisas.cpp
r19639 r19641 611 611 RTStrPrintf(szBuf, sizeof(szBuf), "DBGFR3DisasInstrCurrentLog failed with rc=%Rrc\n", rc); 612 612 if (pszPrefix && *pszPrefix) 613 RTLogPrintf("%s : %s\n", pszPrefix, szBuf);613 RTLogPrintf("%s-CPU%d: %s\n", pVCpu->idCpu, pszPrefix, szBuf); 614 614 else 615 615 RTLogPrintf("%s\n", szBuf);
Note:
See TracChangeset
for help on using the changeset viewer.