summaryrefslogtreecommitdiff
path: root/test/two_sides.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/two_sides.fromasm')
-rw-r--r--test/two_sides.fromasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/two_sides.fromasm b/test/two_sides.fromasm
index 0e845322d..6349982af 100644
--- a/test/two_sides.fromasm
+++ b/test/two_sides.fromasm
@@ -18,8 +18,8 @@
(tee_local $5
(f64.convert_s/i32
(i32.mul
- (get_local $1)
(get_local $0)
+ (get_local $1)
)
)
)
@@ -41,8 +41,8 @@
(tee_local $5
(f64.convert_s/i32
(i32.mul
- (get_local $3)
(get_local $2)
+ (get_local $3)
)
)
)