diff options
Diffstat (limited to 'src/ir_op.def')
| -rw-r--r-- | src/ir_op.def | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ir_op.def b/src/ir_op.def index 4a18b4b..4e775a1 100644 --- a/src/ir_op.def +++ b/src/ir_op.def @@ -60,12 +60,12 @@ _(loadu32, 1) _(loadi64, 1) _(loadf32, 1) _(loadf64, 1) -_(storei8, 2) -_(storei16, 2) -_(storei32, 2) -_(storei64, 2) -_(storef32, 2) -_(storef64, 2) +_(storei8, 2) +_(storei16, 2) +_(storei32, 2) +_(storei64, 2) +_(storef32, 2) +_(storef64, 2) _(param, 2) _(arg, 2) _(call, 2) |