[NTOS]: Fix brainfart (an interesting bug we would've never hit, but a bug nevertheless).

svn path=/trunk/; revision=49188
This commit is contained in:
Sir Richard 2010-10-17 20:11:04 +00:00
parent 84328d78db
commit 068812254c

View file

@ -323,7 +323,7 @@ MiDeleteVirtualAddresses(IN ULONG_PTR Va,
/* Otherwise, we exited because we hit a new PDE boundary, so start over */
PointerPde = MiAddressToPde(Va);
} while (TRUE);
}
}
LONG