- Timestamp:
- May 21, 2008 10:12:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTest.cpp
r9000 r9007 78 78 memset(&cpu, 0, sizeof(cpu)); 79 79 cpu.mode = CPUMODE_64BIT; 80 ASMBreakpoint();81 80 if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput))) 82 81 printf(szOutput);
Note:
See TracChangeset
for help on using the changeset viewer.