CPU/Recompiler: Fix typo in UninhibitAllocation function name

This commit is contained in:
Connor McLaughlin
2020-10-26 22:00:10 +10:00
parent cbc7e3d64a
commit 76428887b8
6 changed files with 10 additions and 10 deletions

View File

@ -331,7 +331,7 @@ public:
/// Temporarily prevents register allocation.
void InhibitAllocation();
void UnunhibitAllocation();
void UninhibitAllocation();
private:
void ClearRegisterFromOrder(Reg reg);