summaryrefslogtreecommitdiff
path: root/test/wasm2js/func-ptr-offset.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/func-ptr-offset.2asm.js')
-rw-r--r--test/wasm2js/func-ptr-offset.2asm.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/wasm2js/func-ptr-offset.2asm.js b/test/wasm2js/func-ptr-offset.2asm.js
index e9179426a..dcac8386e 100644
--- a/test/wasm2js/func-ptr-offset.2asm.js
+++ b/test/wasm2js/func-ptr-offset.2asm.js
@@ -22,14 +22,14 @@ function asmFunc(imports) {
return 3 | 0;
}
- function $3($0) {
- $0 = $0 | 0;
- return FUNCTION_TABLE[$0 | 0]() | 0 | 0;
+ function $0($0_1) {
+ $0_1 = $0_1 | 0;
+ return FUNCTION_TABLE[$0_1 | 0]() | 0 | 0;
}
var FUNCTION_TABLE = [null, t1, t2, t3];
return {
- "call": $3
+ "call": $0
};
}