From 9c28e5cf585653c57ce80f3a70a79e35a4fa7fa0 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 5 Aug 2022 16:58:12 -0700 Subject: Add call-with-current-continuation. --- 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 b91e8ab..7674d49 100644 --- a/lib/csc/ir1.csc +++ b/lib/csc/ir1.csc @@ -169,6 +169,7 @@ ; - peek: pointer * offset -> result ; - poke: word * pointer * offset -> () ; - int bool + ; - call-with-current-continuation: proc -> result (define-match-record-type (make-call-builtin operation arguments) call-builtin? -- cgit v1.3.1