diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-04-27 21:25:16 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-04-27 21:25:16 -0400 |
| commit | 438dba40c1def91e9de252ef05f8650464e5c0c2 (patch) | |
| tree | 8f323d6095dfefe9d00f34cc4d7229be58a9f409 /src/core/arm/arm_interface.h | |
| parent | 2d1c8078c925a8456f456fb94e593a5e44829954 (diff) | |
| parent | a48c6b947d5314ab804f375cca22af159cc3b77b (diff) | |
Merge branch 'hle-interface-updates'
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index eee4726db..4dfe0570b 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -8,7 +8,7 @@ #include "common/common_types.h" /// Generic ARM11 CPU interface -class ARM_Interface { +class ARM_Interface : NonCopyable { public: ARM_Interface() { m_num_instructions = 0; @@ -75,5 +75,4 @@ private: u64 m_num_instructions; ///< Number of instructions executed - DISALLOW_COPY_AND_ASSIGN(ARM_Interface); }; |
