Fix "core.cpp" clang-format (#5375)
This commit is contained in:
parent
61c8ea3fe9
commit
7dc472a3a7
|
@ -166,8 +166,8 @@ System::ResultStatus System::RunLoop(bool tight_loop) {
|
||||||
static constexpr s64 min_delay = 100;
|
static constexpr s64 min_delay = 100;
|
||||||
if (max_delay > min_delay) {
|
if (max_delay > min_delay) {
|
||||||
LOG_TRACE(Core_ARM11, "Core {} running (delayed) for {} ticks",
|
LOG_TRACE(Core_ARM11, "Core {} running (delayed) for {} ticks",
|
||||||
current_core_to_execute->GetID(),
|
current_core_to_execute->GetID(),
|
||||||
current_core_to_execute->GetTimer().GetDowncount());
|
current_core_to_execute->GetTimer().GetDowncount());
|
||||||
if (running_core != current_core_to_execute) {
|
if (running_core != current_core_to_execute) {
|
||||||
running_core = current_core_to_execute;
|
running_core = current_core_to_execute;
|
||||||
kernel->SetRunningCPU(running_core);
|
kernel->SetRunningCPU(running_core);
|
||||||
|
|
Reference in New Issue