summaryrefslogtreecommitdiff
path: root/module/system/vm/disasm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/vm/disasm.scm')
-rw-r--r--module/system/vm/disasm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/vm/disasm.scm b/module/system/vm/disasm.scm
index 5ec1c004b..efb8ae396 100644
--- a/module/system/vm/disasm.scm
+++ b/module/system/vm/disasm.scm
@@ -109,7 +109,7 @@
(do ((n 0 (1+ n))
(l exts (cdr l)))
((null? l) (newline))
- (print-info n (car l) #f))))
+ (print-info n (car l) #f #f))))
(define-macro (unless test . body)
`(if (not ,test) (begin ,@body)))