Skip to content
Snippets Groups Projects
Commit 30b906cf authored by Petr Rockai's avatar Petr Rockai
Browse files

dios: Signal terminal states to the model checker by setting _VM_CF_Stop.

parent 3e4e5dc0
No related branches found
No related tags found
No related merge requests found
......@@ -468,6 +468,7 @@ struct Scheduler : public Next
if ( t && t->_frame )
scheduler.run( *t ); /* does not return */
__vm_ctl_flag( 0, _VM_CF_Stop );
__vm_cancel();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment