MmCreateMemoryArea: Make tmpLength an ULONG_PTR, so it dowsn't overflow on 64 bit

svn path=/branches/ros-amd64-bringup/; revision=44319
This commit is contained in:
Timo Kreuzer
2009-11-29 15:26:31 +00:00
parent 60bf8d9cd4
commit 1e3affa73f
+1 -1
View File
@@ -929,7 +929,7 @@ MmCreateMemoryArea(PMMSUPPORT AddressSpace,
{
PVOID EndAddress;
ULONG Granularity;
ULONG tmpLength;
ULONG_PTR tmpLength;
PMEMORY_AREA MemoryArea;
DPRINT("MmCreateMemoryArea(Type 0x%lx, BaseAddress %p, "