Changeset 5296 in vbox for trunk/src/VBox/Disassembler/DisasmTest.cpp
- Timestamp:
- Oct 15, 2007 3:22:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTest.cpp
r4071 r5296 21 21 *******************************************************************************/ 22 22 #include <VBox/dis.h> 23 #include <VBox/err.h> 23 24 #include <stdio.h> 24 25 … … 45 46 46 47 cpu.mode = CPUMODE_32BIT; 47 if ( DISInstr(&cpu, pInstr, 0, &cb, szOutput))48 if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput))) 48 49 printf(szOutput); 49 50 else
Note:
See TracChangeset
for help on using the changeset viewer.