Changeset 9000 in vbox for trunk/src/VBox/Disassembler/DisasmTest.cpp
- Timestamp:
- May 21, 2008 9:04:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTest.cpp
r8999 r9000 28 28 #include <stdio.h> 29 29 #include <iprt/string.h> 30 #include <iprt/asm.h> 30 31 31 32 DECLASM(int) TestProc(); … … 77 78 memset(&cpu, 0, sizeof(cpu)); 78 79 cpu.mode = CPUMODE_64BIT; 79 __debugbreak();80 ASMBreakpoint(); 80 81 if (VBOX_SUCCESS(DISInstr(&cpu, pInstr, 0, &cb, szOutput))) 81 82 printf(szOutput);
Note:
See TracChangeset
for help on using the changeset viewer.