Changeset 8491 in vbox for trunk/src/VBox/Disassembler/DisasmTest.cpp
- Timestamp:
- Apr 30, 2008 7:31:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTest.cpp
r8377 r8491 30 30 31 31 DECLASM(int) TestProc(); 32 #ifndef RT_OS_OS2 32 33 DECLASM(int) TestProc64(); 34 #endif 33 35 //uint8_t aCode16[] = { 0x66, 0x67, 0x89, 0x07 }; 34 36 … … 63 65 } 64 66 67 #ifndef RT_OS_OS2 65 68 printf("\n64 bits disassembly\n"); 66 69 pInstr = (RTUINTPTR)TestProc64; … … 84 87 pInstr += cb; 85 88 } 89 #endif 86 90 } 87 91 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.