diff options
Diffstat (limited to 'ue4/mycpu')
| -rw-r--r-- | ue4/mycpu/cdatn.h | 2 | ||||
| -rw-r--r-- | ue4/mycpu/cdatset.h | 4 | ||||
| -rw-r--r-- | ue4/mycpu/mycpu.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ue4/mycpu/cdatn.h b/ue4/mycpu/cdatn.h index 3d21369..c1ff1b7 100644 --- a/ue4/mycpu/cdatn.h +++ b/ue4/mycpu/cdatn.h | |||
| @@ -365,7 +365,7 @@ class CDatN | |||
| 365 | * @globalvars none | 365 | * @globalvars none |
| 366 | * @exception none | 366 | * @exception none |
| 367 | * @pre none | 367 | * @pre none |
| 368 | * @post none | 368 | * @post bit count of m_value trimed to width |
| 369 | */ | 369 | */ |
| 370 | inline void align() | 370 | inline void align() |
| 371 | { | 371 | { |
diff --git a/ue4/mycpu/cdatset.h b/ue4/mycpu/cdatset.h index 56a0630..5861379 100644 --- a/ue4/mycpu/cdatset.h +++ b/ue4/mycpu/cdatset.h | |||
| @@ -55,8 +55,8 @@ class CDatSet | |||
| 55 | * @return reference to inputstream | 55 | * @return reference to inputstream |
| 56 | * @globalvars none | 56 | * @globalvars none |
| 57 | * @exception none | 57 | * @exception none |
| 58 | * @pre none | 58 | * @pre stream != null |
| 59 | * @post none | 59 | * @post cdat.m_value = count of char 'o' |
| 60 | */ | 60 | */ |
| 61 | friend std::istream& operator>>(std::istream & stream, CDatSet& cdat) | 61 | friend std::istream& operator>>(std::istream & stream, CDatSet& cdat) |
| 62 | { | 62 | { |
diff --git a/ue4/mycpu/mycpu.cpp b/ue4/mycpu/mycpu.cpp index ac4498a..528537e 100644 --- a/ue4/mycpu/mycpu.cpp +++ b/ue4/mycpu/mycpu.cpp | |||
| @@ -114,8 +114,8 @@ void cpu_run(string& me, po::variables_map& vm, unsigned registers, T& datatype) | |||
| 114 | * @return 0 on success, not 0 otherwise | 114 | * @return 0 on success, not 0 otherwise |
| 115 | * @globalvars none | 115 | * @globalvars none |
| 116 | * @exception none | 116 | * @exception none |
| 117 | * @pre none | 117 | * @pre at least -c must be specified. |
| 118 | * @post none | 118 | * @post terminate with 0 if success else 1. |
| 119 | * | 119 | * |
| 120 | * parse commandline options, create and initialize memory, | 120 | * parse commandline options, create and initialize memory, |
| 121 | * create cprogram instance, which parses the programfile and | 121 | * create cprogram instance, which parses the programfile and |
