aboutsummaryrefslogtreecommitdiffhomepage
path: root/op.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-01 13:01:11 +0200
committerlemon <lsof@mailbox.org>2023-06-01 13:01:11 +0200
commita98075934ece8c7ff351f8449f6515c12b9feec8 (patch)
tree05ee8b8f4e6119b693b2460b4761cf3166b79637 /op.def
parent82cac0ae5d4e335719445857ab16ffdf05413222 (diff)
struct args and return
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 290611c..9fc7d7a 100644
--- a/op.def
+++ b/op.def
@@ -58,4 +58,5 @@ _(store2, 2)
_(store4, 2)
_(store8, 2)
_(call, 2)
+_(builtin, 2)
_(phi, 1)