mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
fix KeFlushCurrentTb
svn path=/trunk/; revision=25560
This commit is contained in:
parent
3863f61aaf
commit
b598d64920
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ NTAPI
|
||||||
KeFlushCurrentTb(VOID)
|
KeFlushCurrentTb(VOID)
|
||||||
{
|
{
|
||||||
/* Flush the TLB by resetting CR3 */
|
/* Flush the TLB by resetting CR3 */
|
||||||
__writecr3((ULONGLONG)__readcr3);
|
__writecr3((ULONGLONG)__readcr3());
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in a new issue