Changeset 5365 in vbox
- Timestamp:
- Oct 17, 2007 6:37:05 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r4979 r5365 1485 1485 uint32_t cbInstr = 0; 1486 1486 char szDisas[256]; 1487 if ( DISInstr(&Cpu, (RTUINTPTR)pu8CodeR3 + offCode, uBase - (RTUINTPTR)pu8CodeR3, &cbInstr, szDisas))1487 if (RT_SUCCESS(DISInstr(&Cpu, (RTUINTPTR)pu8CodeR3 + offCode, uBase - (RTUINTPTR)pu8CodeR3, &cbInstr, szDisas))) 1488 1488 RTLogPrintf(" %04x: %s", offCode, szDisas); //for whatever reason szDisas includes '\n'. 1489 1489 else
Note:
See TracChangeset
for help on using the changeset viewer.