Fix stack effect

db4
Slava Pestov 2009-02-10 17:11:38 -06:00
parent fb84b8dd6a
commit 59dfb4d876
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ SYMBOL: +stopped+
{ step-into-all [ step-into-all-loop ] }
{ abandon [ drop f keep-running ] }
! Pass quotation to debugged thread
{ call-in [ nip keep-running ] }
{ call-in [ keep-running ] }
! Pass previous continuation to debugged thread
{ step-back [ step-back-msg ] }
} case f