diff --git a/Source/Project64-core/N64System/Recompiler/Arm/ArmRecompilerOps.h b/Source/Project64-core/N64System/Recompiler/Arm/ArmRecompilerOps.h index 8ab490e08..7de847894 100644 --- a/Source/Project64-core/N64System/Recompiler/Arm/ArmRecompilerOps.h +++ b/Source/Project64-core/N64System/Recompiler/Arm/ArmRecompilerOps.h @@ -194,6 +194,7 @@ public: /************************** Other functions **************************/ void UnknownOpcode (); +private: void EnterCodeBlock(); void ExitCodeBlock(); void CompileExitCode(); @@ -246,7 +247,6 @@ public: static inline void ProtectGPR(uint32_t Reg) { m_RegWorkingSet.ProtectGPR(Reg); } -private: void CompileInterpterCall (void * Function, const char * FunctionName); void OverflowDelaySlot(bool TestTimer);