aboutsummaryrefslogtreecommitdiffstats
path: root/csc/ir2.csc
diff options
context:
space:
mode:
Diffstat (limited to 'csc/ir2.csc')
-rw-r--r--csc/ir2.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/csc/ir2.csc b/csc/ir2.csc
index 800d3c0..888437f 100644
--- a/csc/ir2.csc
+++ b/csc/ir2.csc
@@ -150,6 +150,7 @@
; - alloc: size -> result
; - peek: pointer * offset -> result
; - poke: word * pointer * offset -> ()
+ ; - exit: code -> ()
(define-match-record-type <primitive>
(make-primitive operation arguments results continuation)
primitive?