[Wasm] Require location for buildCall and fix all usages
This commit is contained in:
@@ -112,7 +112,7 @@ abstract class WasmExpressionBuilder {
|
||||
buildBrInstr(WasmOp.BR_IF, absoluteBlockLevel)
|
||||
}
|
||||
|
||||
fun buildCall(symbol: WasmSymbol<WasmFunction>, location: SourceLocation = SourceLocation.TBDLocation) {
|
||||
fun buildCall(symbol: WasmSymbol<WasmFunction>, location: SourceLocation) {
|
||||
buildInstr(WasmOp.CALL, location, WasmImmediate.FuncIdx(symbol))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user