aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-07 15:54:13 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-07 15:54:13 -0700
commit3f41d1ada092029d99aae980823eb6014a22a191 (patch)
tree3a6762938a5e3d70b01a5dd7bd3129dc6367fa7a /lib/csc
parent4aafdf04ab905ae7d6c88222452b444c055b9b8c (diff)
downloadchromatopelma-3f41d1ada092029d99aae980823eb6014a22a191.tar.zst
Fix a typo in codegen.
Diffstat (limited to 'lib/csc')
-rw-r--r--lib/csc/codegen.csc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csc/codegen.csc b/lib/csc/codegen.csc
index ac5b313..688e3c9 100644
--- a/lib/csc/codegen.csc
+++ b/lib/csc/codegen.csc
@@ -2,8 +2,6 @@
(export
ir2->ir3)
(import (scheme base)
- (only (csc format)
- sprintf)
(only (csc gensym)
gensym
gensym->int)
@@ -211,7 +209,7 @@
((% %tail)
(list
(list 'jmp (list 'label 0))))
- (_ (error "Unexpected form in ir2->bytecode expr"))))
+ (_ (error "Unexpected form in ir2->bytecode" expr))))
(define compare-labels