Changeset 94529 in vbox for trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp
- Timestamp:
- Apr 8, 2022 11:26:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp
r93115 r94529 158 158 else if (!strcmp(pszSymbol, "SUPR0Printf") || !strcmp(pszSymbol, "_SUPR0Printf")) 159 159 *pValue = (uintptr_t)RTPrintf; 160 else if (!strcmp(pszSymbol, "SUPR0PrintfV") || !strcmp(pszSymbol, "_SUPR0PrintfV")) 161 *pValue = (uintptr_t)RTPrintfV; 160 162 else if (!strcmp(pszSymbol, "SomeImportFunction") || !strcmp(pszSymbol, "_SomeImportFunction")) 161 163 *pValue = (uintptr_t)0;
Note:
See TracChangeset
for help on using the changeset viewer.