diff options
Diffstat (limited to 'test/wasm2js/br_table_temp.2asm.js.opt')
-rw-r--r-- | test/wasm2js/br_table_temp.2asm.js.opt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/wasm2js/br_table_temp.2asm.js.opt b/test/wasm2js/br_table_temp.2asm.js.opt index bc29f2c3a..eba815912 100644 --- a/test/wasm2js/br_table_temp.2asm.js.opt +++ b/test/wasm2js/br_table_temp.2asm.js.opt @@ -12571,6 +12571,7 @@ function asmFunc(global, env, buffer) { $2 = 18; case 1: $1 = $2 + 1 | 0; + break; default: break block; }; @@ -12589,6 +12590,7 @@ function asmFunc(global, env, buffer) { $2 = 16; case 1: $1 = $2 + 1 | 0; + break; case 0: break block; }; @@ -12607,6 +12609,7 @@ function asmFunc(global, env, buffer) { $2 = 16; case 1: $1 = $2 + 1 | 0; + break; default: break block; }; |