diff options
Diffstat (limited to 'test/wasm2js/select.2asm.js')
-rw-r--r-- | test/wasm2js/select.2asm.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/wasm2js/select.2asm.js b/test/wasm2js/select.2asm.js index 93a8fd2c0..5c7be9f7d 100644 --- a/test/wasm2js/select.2asm.js +++ b/test/wasm2js/select.2asm.js @@ -173,12 +173,12 @@ function asmFunc(global, env, buffer) { var FUNCTION_TABLE = []; return { - select_i32: $0, - select_i64: legalstub$1, - select_f32: legalstub$2, - select_f64: $3, - select_trap_l: $4, - select_trap_r: $5 + "select_i32": $0, + "select_i64": legalstub$1, + "select_f32": legalstub$2, + "select_f64": $3, + "select_trap_l": $4, + "select_trap_r": $5 }; } |