]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/debugger/debugger.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / basis / compiler / cfg / debugger / debugger.factor
index debb2489964aa8884a5be0d37abfd42400d661c1..a252bab32f363c3744838fd766205cd78c88ddb9 100644 (file)
@@ -54,7 +54,7 @@ M: ##phi insn.
 M: insn insn. ( insn -- )
     tuple>array unclip-last insn-number. [
         dup string? [ ] [ unparse ] if
-    ] map unwords write nl ;
+    ] map join-words write nl ;
 
 : block-header. ( bb -- )
     [ number>> ] [ kill-block?>> "(k)" "" ? ] bi