Fix for recent word renaming

db4
Slava Pestov 2009-06-01 03:19:35 -05:00
parent 9e987e8642
commit 7dd08892b2
2 changed files with 2 additions and 2 deletions

View File

@ -41,5 +41,5 @@ DEFER: (tail-call?)
] all? ;
: terminate-call? ( -- ? )
node-stack get peek
node-stack get last
rest-slice [ f ] [ first #terminate? ] if-empty ;

View File

@ -51,7 +51,7 @@ M: ##branch linearize-insn
[ [ swap number>> ] 3dip ] [ [ number>> ] 3dip negate-cc ] if ;
: with-regs ( insn quot -- )
over regs>> [ call ] dip building get peek (>>regs) ; inline
over regs>> [ call ] dip building get last (>>regs) ; inline
M: ##compare-branch linearize-insn
[ binary-conditional _compare-branch ] with-regs emit-branch ;