C to C++ migration and refactoring #17

Merge aplicado
harraiken aplicou merge dos 67 commits de cxxtest em master 2025-09-24 20:18:35 +02:00
Mostrando apenas as alterações do commit 4c380bae1c - Mostrar todos os commits

Ver Arquivo

@@ -79,7 +79,7 @@ VOID
AR::CpuFunc::FlushTlb(VOID) AR::CpuFunc::FlushTlb(VOID)
{ {
/* Flush the TLB by resetting the CR3 */ /* Flush the TLB by resetting the CR3 */
ArWriteControlRegister(3, ArReadControlRegister(3)); WriteControlRegister(3, ReadControlRegister(3));
} }
/** /**