sorry again

Never comited when u are ZzZ

svn path=/trunk/; revision=32576
This commit is contained in:
Magnus Olsen
2008-03-05 23:08:51 +00:00
parent 4355174230
commit 09e930fd49
+2 -2
View File
@@ -963,8 +963,8 @@ MmSecureVirtualMemory(PVOID Address,
ULONG Mode)
{
if ( ( (PBYTE)Address + Length > (PBYTE)MmHighestUserAddress) ||
( (PBYTE)Address + Length <= (PBYTE)Address ) )
if ( ( (DWORD)Address + Length > (DWORD)MmHighestUserAddress) ||
( (DWORD)Address + Length <= (DWORD)Address ) )
/* Only works for user space */
if (MmHighestUserAddress < Address)
{