aboutsummaryrefslogtreecommitdiffhomepage
path: root/op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-05 15:57:57 +0200
committerlemon <lsof@mailbox.org>2023-06-05 15:57:57 +0200
commitfb3e9ae04d86cd7e80e8d4db3c1c444bfe7f7168 (patch)
tree665d5051bd27b2ee1c7cd7add85cc7fc04eebe32 /op.def
parentfe81f55cf6bcddb2cd02ea7327fce1616dd763c2 (diff)
encode calls a different way in the IR
Diffstat (limited to 'op.def')
-rw-r--r--op.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.def b/op.def
index 55d2159..d04f4ed 100644
--- a/op.def
+++ b/op.def
@@ -57,6 +57,7 @@ _(store1, 2)
_(store2, 2)
_(store4, 2)
_(store8, 2)
+_(arg, 2)
_(call, 2)
_(call2r, 1)
_(intrin, 2)