]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.builder: fix stack effect declaration
authorSlava Pestov <slava@shill.local>
Fri, 24 Jul 2009 02:24:15 +0000 (21:24 -0500)
committerSlava Pestov <slava@shill.local>
Fri, 24 Jul 2009 02:24:15 +0000 (21:24 -0500)
basis/compiler/cfg/builder/builder.factor

index 7a877ad49f37fe4f98b88785ebb2e0a228d4d3bf..4ae5cfcc5722d9e78b055cc016f15c41c9ea0723 100755 (executable)
@@ -195,7 +195,7 @@ M: #terminate emit-node drop ##no-tco end-basic-block ;
         [ return>> return-size >>return ]
         [ alien-parameters parameter-sizes drop >>params ] bi ;
 
-: alien-node-height ( params -- )
+: alien-node-height ( params -- )
     [ out-d>> length ] [ in-d>> length ] bi - adjust-d ;
 
 : emit-alien-node ( node quot -- )