fix KeFlushCurrentTb

svn path=/trunk/; revision=25560
This commit is contained in:
Christoph von Wittich 2007-01-21 17:53:16 +00:00
parent 3863f61aaf
commit b598d64920

View file

@ -667,7 +667,7 @@ NTAPI
KeFlushCurrentTb(VOID)
{
/* Flush the TLB by resetting CR3 */
__writecr3((ULONGLONG)__readcr3);
__writecr3((ULONGLONG)__readcr3());
}
VOID