fix KeFlushCurrentTb
authorChristoph von Wittich <christoph_vw@reactos.org>
Sun, 21 Jan 2007 17:53:16 +0000 (17:53 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sun, 21 Jan 2007 17:53:16 +0000 (17:53 +0000)
svn path=/trunk/; revision=25560

reactos/ntoskrnl/ke/i386/cpu.c

index c69fd44..6c9697d 100644 (file)
@@ -667,7 +667,7 @@ NTAPI
 KeFlushCurrentTb(VOID)
 {
     /* Flush the TLB by resetting CR3 */
-    __writecr3((ULONGLONG)__readcr3);
+    __writecr3((ULONGLONG)__readcr3());
 }
 
 VOID