ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
This commit is contained in:
parent
49dc2ce8ac
commit
0012802456
3 changed files with 45 additions and 45 deletions
|
@ -82,6 +82,6 @@ protected:
|
|||
|
||||
private:
|
||||
|
||||
ARMul_State* m_state;
|
||||
ARMul_State* state;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue