[Project64] Make more functions private in CArmRecompilerOps
This commit is contained in:
parent
2336fd0fc9
commit
d4f281a638
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue