fix compiler.codegen tests

db4
Joe Groff 2011-12-14 12:51:12 -08:00
parent 5557574e1c
commit c86d92a219
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ M: ##dispatch generate-insn
label-table get
] B{ } make
dup check-fixup
cfg get stack-frame>> [ total-size>> ] [ 0 ] if*
cfg get [ stack-frame>> [ total-size>> ] [ 0 ] if* ] [ 0 ] if*
] call 6 narray ; inline
: generate ( cfg -- code )