Changeset 41658 in vbox for trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
- Timestamp:
- Jun 11, 2012 10:21:44 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp
r39083 r41658 98 98 Cpu.mode = CPUMODE_32BIT; 99 99 100 DISCoreOne (&Cpu, (uintptr_t)SomeExportFunction3, &cb);100 DISCoreOneEx((uintptr_t)SomeExportFunction3, CPUMODE_32BIT, NULL /*pfnReadBytes*/, NULL /*pvUser*/, &Cpu, &cb); 101 101 return (void *)(uintptr_t)&SomeExportFunction1; 102 102 }
Note:
See TracChangeset
for help on using the changeset viewer.