[NTOS:MM] Quick fix: use SIZE_T instead of ULONG, because ULONG is 32-bit and on...
[reactos.git] / ntoskrnl / ex / exintrin.c
index df80cae..6408df9 100644 (file)
@@ -103,7 +103,7 @@ ProbeForRead(IN CONST VOID *Address,
              IN SIZE_T Length,
              IN ULONG Alignment)
 {
-       ULONG_PTR Last, Current = (ULONG_PTR)Address;
+    ULONG_PTR Last, Current = (ULONG_PTR)Address;
     PAGED_CODE();
 
     /* Only probe if we have a valid length */