Rename architecture CPU functions class

This commit is contained in:
2026-05-19 06:45:48 +02:00
parent b03cca65d8
commit 19092eda2e
32 changed files with 271 additions and 270 deletions

View File

@@ -24,8 +24,8 @@ KE::Crash::HaltSystem(VOID)
for(;;)
{
/* Halt system */
AR::CpuFunc::ClearInterruptFlag();
AR::CpuFunc::Halt();
AR::CpuFunctions::ClearInterruptFlag();
AR::CpuFunctions::Halt();
}
}