forked from xxq250/Nasal-Interpreter
📝 rename lexical tokens
This commit is contained in:
@@ -380,7 +380,7 @@ void gc::context_change(nas_co* co) {
|
||||
}
|
||||
|
||||
void gc::context_reserve() {
|
||||
// pc=0 means this coroutine is finished
|
||||
// pc = 0 means this coroutine is finished
|
||||
cort->status = running_context->pc?
|
||||
nas_co::status::suspended:
|
||||
nas_co::status::dead;
|
||||
|
||||
Reference in New Issue
Block a user