Changeset 941 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Feb 15, 2007 9:05:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
r915 r941 86 86 static unsigned cb; 87 87 DISCPUSTATE Cpu = {0}; 88 DISCoreOne(&Cpu, ( RTGCUINTPTR)SomeExportFunction3, &cb);88 DISCoreOne(&Cpu, (uintptr_t)SomeExportFunction3, &cb); 89 89 return (void *)(uintptr_t)&SomeExportFunction1; 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.