From 762431b0f0a6ead18a93a05c0f3269dca5b8fef1 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 29 Jul 2022 17:52:54 -0700 Subject: Insert an exit op at the end of the program. --- csc/codegen.csc | 1 + 1 file changed, 1 insertion(+) (limited to 'csc/codegen.csc') diff --git a/csc/codegen.csc b/csc/codegen.csc index 7712427..ac5b313 100644 --- a/csc/codegen.csc +++ b/csc/codegen.csc @@ -24,6 +24,7 @@ %label %library-ref %primitive + %tail %variable closure-arguments closure-body -- cgit v1.3.1