Changeset 117 for trunk/kLdr/kLdrModPE.c
- Timestamp:
- Mar 15, 2020, 4:23:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModPE.c
r89 r117 123 123 static int kldrModPEDoCallDLL(PKLDRMODPE pModPE, void *pvMapping, unsigned uOp, KUPTR uHandle); 124 124 static int kldrModPEDoCallTLS(PKLDRMODPE pModPE, void *pvMapping, unsigned uOp, KUPTR uHandle); 125 static KI32 kldrModPEDoCall(KUPTR uEntrypoint, KUPTR uHandle, KU32 uOp, void *pvReserved);126 125 127 126 … … 1819 1818 * @param pvReserved The third argument, reserved argument. (figure this one out) 1820 1819 */ 1821 staticKI32 kldrModPEDoCall(KUPTR uEntrypoint, KUPTR uHandle, KU32 uOp, void *pvReserved)1820 KI32 kldrModPEDoCall(KUPTR uEntrypoint, KUPTR uHandle, KU32 uOp, void *pvReserved) 1822 1821 { 1823 1822 KI32 rc;
Note:
See TracChangeset
for help on using the changeset viewer.