[Project64] Make more functions private in CArmRecompilerOps

This commit is contained in:
zilmar 2016-11-23 09:03:40 +11:00
parent 2336fd0fc9
commit d4f281a638
1 changed files with 1 additions and 1 deletions

View File

@ -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);