* Print-gensym is now set to off during assembler-output.
This commit is contained in:
parent
a41457ae66
commit
b06b28f562
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -4870,7 +4870,8 @@
|
||||||
[p (optimize-ap-check p)])
|
[p (optimize-ap-check p)])
|
||||||
(let ([ls* (generate-code p)])
|
(let ([ls* (generate-code p)])
|
||||||
(when (assembler-output)
|
(when (assembler-output)
|
||||||
(parameterize ([gensym-prefix "L"])
|
(parameterize ([gensym-prefix "L"]
|
||||||
|
[print-gensym #f])
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (ls)
|
(lambda (ls)
|
||||||
(for-each (lambda (x) (printf " ~s\n" x)) ls))
|
(for-each (lambda (x) (printf " ~s\n" x)) ls))
|
||||||
|
|
Loading…
Reference in New Issue