diff options
| author | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-29 19:43:29 +0200 |
|---|---|---|
| committer | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-05-29 19:43:29 +0200 |
| commit | 87a3b3b466ebc0859bee7ffe0f5b461ce49227d3 (patch) | |
| tree | 3fdb60bfc0ae26e55adeba3d202d192799426a76 /ue4/mycpu/mycpu.cpp | |
| parent | 0c146f50d4b1c4d986a21387e1804c4707d8fd6f (diff) | |
| download | ooprog-87a3b3b466ebc0859bee7ffe0f5b461ce49227d3.tar.gz ooprog-87a3b3b466ebc0859bee7ffe0f5b461ce49227d3.tar.bz2 ooprog-87a3b3b466ebc0859bee7ffe0f5b461ce49227d3.zip | |
Protocoll, conditions
Diffstat (limited to 'ue4/mycpu/mycpu.cpp')
| -rw-r--r-- | ue4/mycpu/mycpu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
