summaryrefslogtreecommitdiffstats
path: root/ue4/mycpu/mycpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ue4/mycpu/mycpu.cpp')
-rw-r--r--ue4/mycpu/mycpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ue4/mycpu/mycpu.cpp b/ue4/mycpu/mycpu.cpp
index 528537e..e9525d2 100644
--- a/ue4/mycpu/mycpu.cpp
+++ b/ue4/mycpu/mycpu.cpp
@@ -114,7 +114,7 @@ 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 at least -c must be specified. 117 * @pre none
118 * @post terminate with 0 if success else 1. 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,