added the _process_terminate primitive

This commit is contained in:
hyunghwan.chung
2016-02-14 06:35:18 +00:00
parent 2d352939d4
commit df226a4790
2 changed files with 66 additions and 50 deletions

View File

@ -59,6 +59,12 @@
^Processor resume: self.
}
#method terminate
{
<primitive: #_process_terminate>
self primitiveFailed
}
#method sp
{
^sp.
@ -113,11 +119,6 @@
"TODO: "
}
#method suspendActive
{
" TODO: .........."
}
"
#method yield
{