Skip to content

Commit 774a027

Browse files
committed
Fix clang build
1 parent 49aada5 commit 774a027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/jit/emitwasm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ void emitter::emitIns_Call(const EmitCallParams& params)
187187
ins = params.isJump ? INS_return_call_indirect : INS_call_indirect;
188188
id = emitNewInstrULEB128X2(ins, EA_16BYTE, 0 /* FIXME-WASM: table index */, 0 /* FIXME-WASM: type index */);
189189
break;
190+
default:
191+
unreached();
190192
}
191193

192194
// for the purpose of GC safepointing tail-calls are not real calls

0 commit comments

Comments
 (0)