ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide

This commit is contained in:
bunnei 2014-05-20 18:52:54 -04:00
parent 49dc2ce8ac
commit 0012802456
3 changed files with 45 additions and 45 deletions

View file

@ -82,6 +82,6 @@ protected:
private:
ARMul_State* m_state;
ARMul_State* state;
};