From c458c02f3cbf24770a18e4e0e3ee2854b7bc0377 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 5 Aug 2022 17:32:22 -0700 Subject: Add call-with-values. --- lib/csc/ir1.csc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/csc/ir1.csc') diff --git a/lib/csc/ir1.csc b/lib/csc/ir1.csc index 7674d49..efcd22f 100644 --- a/lib/csc/ir1.csc +++ b/lib/csc/ir1.csc @@ -170,6 +170,7 @@ ; - poke: word * pointer * offset -> () ; - int bool ; - call-with-current-continuation: proc -> result + ; - call-with-values: producer * consumer -> result (define-match-record-type (make-call-builtin operation arguments) call-builtin? -- cgit v1.3.1