fix load error
parent
c94eba3d34
commit
19d6285035
|
@ -8,7 +8,7 @@ IN: compiler.cfg.checker
|
||||||
ERROR: last-insn-not-a-jump insn ;
|
ERROR: last-insn-not-a-jump insn ;
|
||||||
|
|
||||||
: check-last-instruction ( bb -- )
|
: check-last-instruction ( bb -- )
|
||||||
peek dup {
|
last dup {
|
||||||
[ ##branch? ]
|
[ ##branch? ]
|
||||||
[ ##dispatch? ]
|
[ ##dispatch? ]
|
||||||
[ ##conditional-branch? ]
|
[ ##conditional-branch? ]
|
||||||
|
|
Loading…
Reference in New Issue