summaryrefslogtreecommitdiff
path: root/test/wasm2js/get-set-local.2asm.js.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/get-set-local.2asm.js.opt')
-rw-r--r--test/wasm2js/get-set-local.2asm.js.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/get-set-local.2asm.js.opt b/test/wasm2js/get-set-local.2asm.js.opt
index e6c9a2844..208f50343 100644
--- a/test/wasm2js/get-set-local.2asm.js.opt
+++ b/test/wasm2js/get-set-local.2asm.js.opt
@@ -10,12 +10,12 @@ function asmFunc(imports) {
var Math_ceil = Math.ceil;
var Math_trunc = Math.trunc;
var Math_sqrt = Math.sqrt;
- function legalstub$1($0, $1, $2) {
+ function legalstub$0($0, $1, $2) {
return !$2 & ($0 | 0) == ($1 | 0);
}
return {
- "check_extend_ui32": legalstub$1
+ "check_extend_ui32": legalstub$0
};
}