mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTDLL:LDR]
- Fix a DPRINT svn path=/trunk/; revision=63759
This commit is contained in:
@@ -2334,7 +2334,7 @@ LdrpGetProcedureAddress(IN PVOID BaseAddress,
|
||||
if (!ExportDir)
|
||||
{
|
||||
DPRINT1("Image %wZ has no exports, but were trying to get procedure %Z. BaseAddress asked 0x%p, got entry BA 0x%p\n",
|
||||
&LdrEntry->BaseDllName, &Name, BaseAddress, LdrEntry->DllBase);
|
||||
&LdrEntry->BaseDllName, Name, BaseAddress, LdrEntry->DllBase);
|
||||
Status = STATUS_PROCEDURE_NOT_FOUND;
|
||||
_SEH2_YIELD(goto Quickie;)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user