aboutsummaryrefslogtreecommitdiffstats
path: root/csc/ir1.csc
diff options
context:
space:
mode:
Diffstat (limited to 'csc/ir1.csc')
-rw-r--r--csc/ir1.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/csc/ir1.csc b/csc/ir1.csc
index 484b38f..b91e8ab 100644
--- a/csc/ir1.csc
+++ b/csc/ir1.csc
@@ -168,6 +168,7 @@
; - alloc: size -> result
; - peek: pointer * offset -> result
; - poke: word * pointer * offset -> ()
+ ; - int<?: int * int -> bool
(define-match-record-type <call-builtin>
(make-call-builtin operation arguments)
call-builtin?