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