Chromium Code Reviews| Index: src/wasm/function-body-decoder.cc |
| diff --git a/src/wasm/function-body-decoder.cc b/src/wasm/function-body-decoder.cc |
| index a798ff8c24aa17fda92c7247471acb5c3315777f..b37d87233c53cb74d32bd317b748e3a89b31ec4e 100644 |
| --- a/src/wasm/function-body-decoder.cc |
| +++ b/src/wasm/function-body-decoder.cc |
| @@ -953,6 +953,7 @@ class WasmFullDecoder : public WasmDecoder { |
| ssa_env_ = break_env; |
| } |
| len = 1 + iterator.length(); |
| + EndControl(); |
| break; |
| } |
| case kExprReturn: { |