diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-29 17:52:54 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-29 17:52:54 -0700 |
| commit | 762431b0f0a6ead18a93a05c0f3269dca5b8fef1 (patch) | |
| tree | 068057d0da92aa852fd4674477f7f50784e7f652 /csc/codegen.csc | |
| parent | dfbe145901a9843809ad842f9e9c6b1bf631c97e (diff) | |
| download | chromatopelma-762431b0f0a6ead18a93a05c0f3269dca5b8fef1.tar.zst | |
Insert an exit op at the end of the program.
Diffstat (limited to 'csc/codegen.csc')
| -rw-r--r-- | csc/codegen.csc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
