mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Get rid of a hack commited in 25070 (and reverted in 25071).
Alex really watches commits, beware! svn path=/branches/winldr/; revision=25072
This commit is contained in:
+3
-3
@@ -418,10 +418,10 @@ WinLdrLoadImage(IN PCHAR FileName,
|
||||
DbgPrint((DPRINT_WINDOWS, "Relocating %p -> %p\n",
|
||||
NtHeaders->OptionalHeader.ImageBase, VirtualBase));
|
||||
Status = (BOOLEAN)LdrRelocateImageWithBias(PhysicalBase,
|
||||
0,
|
||||
"FLx86",
|
||||
(ULONG_PTR)VirtualBase - (ULONG_PTR)PhysicalBase,
|
||||
"FreeLdr",
|
||||
TRUE,
|
||||
3,
|
||||
TRUE, /* in case of conflict still return success */
|
||||
FALSE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user