compiler.cfg.builder: fix stack effect

Slava Pestov 2009-06-30 21:07:55 -05:00
parent 189043eae7
commit 46a3608e3a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ GENERIC: emit-node ( node -- )
: recursive-height ( #recursive -- n )
[ label>> return>> in-d>> length ] [ in-d>> length ] bi - ;
: emit-recursive ( #recursive -- next )
: emit-recursive ( #recursive -- )
[ [ label>> id>> ] [ recursive-height ] bi emit-call ]
[ [ child>> ] [ label>> word>> ] [ label>> id>> ] tri (build-cfg) ] bi ;