summaryrefslogtreecommitdiff
path: root/Intermediate.hs
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-04-22 18:35:21 +0200
committertomsmeding <tom.smeding@gmail.com>2019-04-22 18:35:21 +0200
commit607d918e9645cb9ea101515aae003a8d1d9fe8a7 (patch)
tree878b8c49b2e7aec8a128d92daba49a2df784b96d /Intermediate.hs
parentd37b2cfec1cfcbc3b6cfcedc88a9c6775312f8eb (diff)
Initial lowering code
Diffstat (limited to 'Intermediate.hs')
-rw-r--r--Intermediate.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Intermediate.hs b/Intermediate.hs
index c677ddd..8c07980 100644
--- a/Intermediate.hs
+++ b/Intermediate.hs
@@ -36,7 +36,7 @@ data InsCode
| IClosure Int
-- | Get i'th entry in global data table
| IData Int
- -- |
+ -- | Call the closure with the given arguments
| ICallC Ref [Ref]
-- | Allocate memory containing:
-- - Function pointer for function with the given name