summaryrefslogtreecommitdiffstats
path: root/ue4/mycpu/cinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'ue4/mycpu/cinstruction.h')
-rw-r--r--ue4/mycpu/cinstruction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ue4/mycpu/cinstruction.h b/ue4/mycpu/cinstruction.h
index 85122b4..b90563a 100644
--- a/ue4/mycpu/cinstruction.h
+++ b/ue4/mycpu/cinstruction.h
@@ -166,7 +166,7 @@ class CInstruction
166 * @return registernumber 166 * @return registernumber
167 * @globalvars none 167 * @globalvars none
168 * @exception CInstructionError 168 * @exception CInstructionError
169 * @pre none 169 * @pre str != NULL
170 * @post none 170 * @post none
171 */ 171 */
172 virtual const unsigned parseRegister(const std::string& str); 172 virtual const unsigned parseRegister(const std::string& str);
@@ -217,7 +217,7 @@ class CInstruction
217 * @return - 217 * @return -
218 * @globalvars none 218 * @globalvars none
219 * @exception CInstructionError 219 * @exception CInstructionError
220 * @pre none 220 * @pre cpu valid (memory, program, registers valid)
221 * @post none 221 * @post none
222 */ 222 */
223 virtual void execute(CCPU<T> *cpu) = 0; 223 virtual void execute(CCPU<T> *cpu) = 0;