CPU_Manager: Reconfigre guest threads for dynamrmic downsides

This commit is contained in:
Fernando Sahmkow 2020-02-26 10:44:21 -04:00
parent 15a79eb0d7
commit 3d9fbb8226
3 changed files with 7 additions and 1 deletions

View file

@ -45,6 +45,9 @@ PhysicalCore::~PhysicalCore() = default;
void PhysicalCore::Run() {
arm_interface->Run();
}
void PhysicalCore::ClearExclusive() {
arm_interface->ClearExclusiveState();
}

View file

@ -38,6 +38,8 @@ public:
/// Execute current jit state
void Run();
/// Clear Exclusive state.
void ClearExclusive();
/// Set this core in IdleState.
void Idle();
/// Execute a single instruction in current jit.