Changeset 5855 in vbox
- Timestamp:
- Nov 27, 2007 9:13:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp
r4071 r5855 37 37 char szOutput[256]; 38 38 uint32_t cbInstr; 39 if ( !DISInstr(pCpu, pvCodeBlock + i, off, &cbInstr, szOutput))39 if (RT_FAILURE(DISInstr(pCpu, pvCodeBlock + i, off, &cbInstr, szOutput))) 40 40 return false; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.