mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
[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:
parent
84328d78db
commit
068812254c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue