diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-30 16:32:27 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-30 16:32:27 +0200 |
| commit | 9d0b2d638db0f3d1f5b7ec46912c367adefbf91e (patch) | |
| tree | f833cc44a91f4649223e3d6354c0d13a9b008ae9 /ue4/mycpu/cinstruction.h | |
| parent | c78472d9e36202c510a7e00774e5e875cc96207b (diff) | |
| download | ooprog-9d0b2d638db0f3d1f5b7ec46912c367adefbf91e.tar.gz ooprog-9d0b2d638db0f3d1f5b7ec46912c367adefbf91e.tar.bz2 ooprog-9d0b2d638db0f3d1f5b7ec46912c367adefbf91e.zip | |
final stuff
Diffstat (limited to 'ue4/mycpu/cinstruction.h')
| -rw-r--r-- | ue4/mycpu/cinstruction.h | 4 |
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; |
