From b81426bb210ea5fca6d841e4dfeb38d83e1a6554 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 7 Aug 2022 19:42:35 -0700 Subject: Misc test fixup in the compiler. --- lib/csc/ir1.csc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/csc/ir1.csc') diff --git a/lib/csc/ir1.csc b/lib/csc/ir1.csc index a39c07d..5cc0bf0 100644 --- a/lib/csc/ir1.csc +++ b/lib/csc/ir1.csc @@ -168,7 +168,8 @@ ; - alloc: size -> result ; - peek: pointer * offset -> result ; - poke: word * pointer * offset -> () - ; - int bool + ; - lt: int * int -> bool + ; - eq: obj * obj -> bool ; - call-with-current-continuation: proc -> result ; - call-with-values: producer * consumer -> result ; - apply: proc * args -> result -- cgit v1.3.1