diff options
author | bunnei <bunneidev@gmail.com> | 2017-10-23 00:13:12 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-10-23 00:13:12 -0400 |
commit | 45db4bb3ea9e5a46db598eb99957bfd7d7a135f7 (patch) | |
tree | 638b55751be07e580ed4bc505c65ba27384e5927 /src/core/core.cpp | |
parent | 3f0caefdf5dbb19fb6a0e714b7cc3f9b2640bada (diff) |
logging: Rename category "Core_ARM11" to "Core_ARM".
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index c5448630f6..6358e827b3 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -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(); |