logging: Rename category "Core_ARM11" to "Core_ARM".

This commit is contained in:
bunnei 2017-10-23 00:13:12 -04:00
parent 3f0caefdf5
commit 45db4bb3ea
10 changed files with 89 additions and 89 deletions

View file

@ -52,7 +52,7 @@ System::ResultStatus System::RunLoop(int tight_loop) {
// If we don't have a currently active thread then don't execute instructions,
// instead advance to the next event and try to yield to the next thread
if (Kernel::GetCurrentThread() == nullptr) {
LOG_TRACE(Core_ARM11, "Idling");
LOG_TRACE(Core_ARM, "Idling");
CoreTiming::Idle();
CoreTiming::Advance();
PrepareReschedule();