diff options
-rw-r--r-- | share/txr/stdlib/optimize.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/optimize.tl b/share/txr/stdlib/optimize.tl index 530c26d2..305bab9d 100644 --- a/share/txr/stdlib/optimize.tl +++ b/share/txr/stdlib/optimize.tl @@ -32,7 +32,7 @@ list rescan (:static start (gensym "start-")) - (:static jump-ops '(jmp if ifq ifql swtch ret abscsr)) + (:static jump-ops '(jmp if ifq ifql close swtch ret abscsr)) (:postinit (bb) (let* ((insns (dedup-labels (cons bb.start bb.insns))) |