[Project64] Make more functions private in CArmRecompilerOps
This commit is contained in:
parent
2336fd0fc9
commit
d4f281a638
|
@ -194,6 +194,7 @@ public:
|
||||||
/************************** Other functions **************************/
|
/************************** Other functions **************************/
|
||||||
void UnknownOpcode ();
|
void UnknownOpcode ();
|
||||||
|
|
||||||
|
private:
|
||||||
void EnterCodeBlock();
|
void EnterCodeBlock();
|
||||||
void ExitCodeBlock();
|
void ExitCodeBlock();
|
||||||
void CompileExitCode();
|
void CompileExitCode();
|
||||||
|
@ -246,7 +247,6 @@ public:
|
||||||
|
|
||||||
static inline void ProtectGPR(uint32_t Reg) { m_RegWorkingSet.ProtectGPR(Reg); }
|
static inline void ProtectGPR(uint32_t Reg) { m_RegWorkingSet.ProtectGPR(Reg); }
|
||||||
|
|
||||||
private:
|
|
||||||
void CompileInterpterCall (void * Function, const char * FunctionName);
|
void CompileInterpterCall (void * Function, const char * FunctionName);
|
||||||
void OverflowDelaySlot(bool TestTimer);
|
void OverflowDelaySlot(bool TestTimer);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue