diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-07 15:54:13 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-07 15:54:13 -0700 |
| commit | 3f41d1ada092029d99aae980823eb6014a22a191 (patch) | |
| tree | 3a6762938a5e3d70b01a5dd7bd3129dc6367fa7a /lib | |
| parent | 4aafdf04ab905ae7d6c88222452b444c055b9b8c (diff) | |
| download | chromatopelma-3f41d1ada092029d99aae980823eb6014a22a191.tar.zst | |
Fix a typo in codegen.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/csc/codegen.csc | 4 |
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 |
