projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
782e7ca
)
細部の修正
author
j8takagi
<j8takagi@nifty.com>
Mon, 6 Aug 2018 09:01:29 +0000
(18:01 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 6 Aug 2018 09:01:29 +0000
(18:01 +0900)
src/comet2monitor.c
patch
|
blob
|
history
diff --git
a/src/comet2monitor.c
b/src/comet2monitor.c
index
65f4241
..
830bd66
100644
(file)
--- a/
src/comet2monitor.c
+++ b/
src/comet2monitor.c
@@
-52,8
+52,7
@@
int main(int argc, char *argv[])
addcerrlist_load();
addcerrlist_exec();
- /* COMET II仮想マシンのリセット */
- reset(memsize, clocks);
+ reset(memsize, clocks); /* COMET II仮想マシンのリセット */
execptr->start = 0;
execmode.monitor = true;
exec(); /* プログラム実行 */