Changeset 26267 in vbox
- Timestamp:
- Feb 5, 2010 3:36:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp
r19143 r26267 102 102 memset(&Cpu, 0, sizeof(Cpu)); 103 103 Cpu.mode = CPUMODE_32BIT; 104 DISCoreOne(&Cpu, ( RTGCUINTPTR)SomeExportFunction3, &cb);104 DISCoreOne(&Cpu, (uintptr_t)SomeExportFunction3, &cb); 105 105 return (void *)(uintptr_t)&SomeExportFunction1; 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.