summaryrefslogtreecommitdiffstats
path: root/ue3/mycpu/ccpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ue3/mycpu/ccpu.h')
-rw-r--r--ue3/mycpu/ccpu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ue3/mycpu/ccpu.h b/ue3/mycpu/ccpu.h
index 6b16ba3..68a4b8d 100644
--- a/ue3/mycpu/ccpu.h
+++ b/ue3/mycpu/ccpu.h
@@ -52,8 +52,7 @@ class CCPU
52 * @exception none 52 * @exception none
53 * @conditions none 53 * @conditions none
54 */ 54 */
55 ~CCPU() 55 ~CCPU();
56 {}
57 56
58 57
59 void proceed(); 58 void proceed();
@@ -66,7 +65,7 @@ class CCPU
66 65
67 CProgram m_program; 66 CProgram m_program;
68 CMem m_memory; 67 CMem m_memory;
69 std::map<std::string, CInstruction *> m_instrtype; 68 std::map<std::string, CInstruction *> m_instrHandler;
70 bool f_zero, f_sign; 69 bool f_zero, f_sign;
71 // std::string m_memfiler; 70 // std::string m_memfiler;
72 71