projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755c512
)
コメントの追加
author
j8takagi
<j8takagi@nifty.com>
Sun, 14 Mar 2010 00:01:58 +0000
(09:01 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Sun, 14 Mar 2010 00:01:58 +0000
(09:01 +0900)
src/casl2.c
patch
|
blob
|
history
src/comet2.c
patch
|
blob
|
history
diff --git
a/src/casl2.c
b/src/casl2.c
index
d47abcd
..
493238e
100644
(file)
--- a/
src/casl2.c
+++ b/
src/casl2.c
@@
-165,6
+165,7
@@
int main(int argc, char *argv[])
exec(); /* プログラム実行 */
}
}
+ /* COMET II仮想マシンのシャットダウン */
shutdown();
if(cerrno > 0) {
goto casl2err;
diff --git
a/src/comet2.c
b/src/comet2.c
index
a7fb3f5
..
f417de4
100644
(file)
--- a/
src/comet2.c
+++ b/
src/comet2.c
@@
-86,6
+86,7
@@
int main(int argc, char *argv[])
if(loadassemble(argv[optind]) == true) {
exec(); /* プログラム実行 */
}
+ /* COMET II仮想マシンのシャットダウン */
shutdown();
if(cerrno > 0) {
goto comet2err;