mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +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 */
|
/* Otherwise, we exited because we hit a new PDE boundary, so start over */
|
||||||
PointerPde = MiAddressToPde(Va);
|
PointerPde = MiAddressToPde(Va);
|
||||||
} while (TRUE);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LONG
|
LONG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue