diff options
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r-- | src/wasm2js.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h index ba7b55c08..4a58a20d8 100644 --- a/src/wasm2js.h +++ b/src/wasm2js.h @@ -1637,7 +1637,8 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m, RSHIFT, ValueBuilder::makeNum(16)); } - default: { WASM_UNREACHABLE("unhandled unary"); } + default: + WASM_UNREACHABLE("unhandled unary"); } } case Type::f32: |