CPU/Recompiler: Fix typo in UninhibitAllocation function name
This commit is contained in:
@ -331,7 +331,7 @@ public:
|
||||
|
||||
/// Temporarily prevents register allocation.
|
||||
void InhibitAllocation();
|
||||
void UnunhibitAllocation();
|
||||
void UninhibitAllocation();
|
||||
|
||||
private:
|
||||
void ClearRegisterFromOrder(Reg reg);
|
||||
|
||||
Reference in New Issue
Block a user