added the _process_terminate primitive
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user