summaryrefslogtreecommitdiff
path: root/test/wasm2js/nested-selects.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/nested-selects.2asm.js')
-rw-r--r--test/wasm2js/nested-selects.2asm.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/wasm2js/nested-selects.2asm.js b/test/wasm2js/nested-selects.2asm.js
index 3cbb81b46..b8eabb024 100644
--- a/test/wasm2js/nested-selects.2asm.js
+++ b/test/wasm2js/nested-selects.2asm.js
@@ -10,13 +10,13 @@ function asmFunc(imports) {
var Math_ceil = Math.ceil;
var Math_trunc = Math.trunc;
var Math_sqrt = Math.sqrt;
- function $1($0) {
- $0 = $0 | 0;
- return (($0 | 0) < (0 | 0) ? -1 : ($0 | 0) > (0 | 0) ? 1 : 0) | 0;
+ function $0($0_1) {
+ $0_1 = $0_1 | 0;
+ return (($0_1 | 0) < (0 | 0) ? -1 : ($0_1 | 0) > (0 | 0) ? 1 : 0) | 0;
}
return {
- "sign": $1
+ "sign": $0
};
}