diff --git a/xtoskrnl/ar/i686/cpufunc.cc b/xtoskrnl/ar/i686/cpufunc.cc index 7b17b79..bdbbe65 100644 --- a/xtoskrnl/ar/i686/cpufunc.cc +++ b/xtoskrnl/ar/i686/cpufunc.cc @@ -79,7 +79,7 @@ VOID AR::CpuFunc::FlushTlb(VOID) { /* Flush the TLB by resetting the CR3 */ - ArWriteControlRegister(3, ArReadControlRegister(3)); + WriteControlRegister(3, ReadControlRegister(3)); } /**