X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fntoskrnl%2Fkd64%2Fkdinit.c;h=05748294e179714e82732662776f4e15a923d310;hp=8a88e3aab5f956e7296c11139f161b7427ef28d5;hb=ad9a017e458849f0cc70aefd7bb63dc7fb7b2bec;hpb=89d7e5d3866f880086eaa9317a27f64e1ef23cd2 diff --git a/reactos/ntoskrnl/kd64/kdinit.c b/reactos/ntoskrnl/kd64/kdinit.c index 8a88e3aab5f..05748294e17 100644 --- a/reactos/ntoskrnl/kd64/kdinit.c +++ b/reactos/ntoskrnl/kd64/kdinit.c @@ -133,7 +133,7 @@ KdInitSystem(IN ULONG BootPhase, InLoadOrderLinks); /* Save the Kernel Base */ - PsNtosImageBase = (ULONG)LdrEntry->DllBase; + PsNtosImageBase = (ULONG_PTR)LdrEntry->DllBase; KdVersionBlock.KernBase = (ULONGLONG)(LONG_PTR)LdrEntry->DllBase; /* Check if we have a command line */