diff options
Diffstat (limited to 'src/core/hle/kernel')
| -rw-r--r-- | src/core/hle/kernel/physical_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/physical_core.cpp b/src/core/hle/kernel/physical_core.cpp index 50aca5752..d6a5742bd 100644 --- a/src/core/hle/kernel/physical_core.cpp +++ b/src/core/hle/kernel/physical_core.cpp | |||
| @@ -37,6 +37,7 @@ void PhysicalCore::Initialize([[maybe_unused]] bool is_64_bit) { | |||
| 37 | 37 | ||
| 38 | void PhysicalCore::Run() { | 38 | void PhysicalCore::Run() { |
| 39 | arm_interface->Run(); | 39 | arm_interface->Run(); |
| 40 | arm_interface->ClearExclusiveState(); | ||
| 40 | } | 41 | } |
| 41 | 42 | ||
| 42 | void PhysicalCore::Idle() { | 43 | void PhysicalCore::Idle() { |