summaryrefslogtreecommitdiff
path: root/Intermediate.hs
diff options
context:
space:
mode:
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