ランチャーでSTOPステート時にOS_Terminateするよう変更。

ドキュメント更新。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1923 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-07-17 01:44:33 +00:00
parent eaa31143f5
commit 40e20b0ce9
3 changed files with 1 additions and 0 deletions

View File

@ -563,6 +563,7 @@ MAIN_LOOP_START:
}
break;
case STOP: // ’âŽ~
OS_Terminate();
break;
}