From 064eaaed391835d0e0d057466f6f552e43e79bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Wed, 27 May 2009 16:43:43 +0200 Subject: add cdatset --- ue4/mycpu/cinstruction.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ue4/mycpu/cinstruction.h') diff --git a/ue4/mycpu/cinstruction.h b/ue4/mycpu/cinstruction.h index 8c35d2c..a2e3743 100644 --- a/ue4/mycpu/cinstruction.h +++ b/ue4/mycpu/cinstruction.h @@ -17,7 +17,7 @@ #include "ccpu.h" /* forward declare CCPU */ -template +template class CCPU; /** @@ -25,7 +25,7 @@ class CCPU; * * Abstract class for displays */ -template +template, int width=0> class CInstruction { public: @@ -193,7 +193,7 @@ class CInstruction /*----------------------------------------------------------------------------*/ -template +template, int width=0> const unsigned CInstruction::parseRegister(const std::string& str) { unsigned reg; @@ -214,7 +214,7 @@ const unsigned CInstruction::parseRegister(const std::string& str) /*----------------------------------------------------------------------------*/ -template +template, int width=0> inline void CInstruction::checkRegister(CCPU *cpu, const unsigned regidx) { assert(cpu != NULL); -- cgit v1.2.3