Fix non-master build
This commit is contained in:
parent
8e819fbb5c
commit
f848dbbda5
@ -630,8 +630,9 @@ fn invoke(
|
||||
then: Block<'gcc>,
|
||||
catch: Block<'gcc>,
|
||||
_funclet: Option<&Funclet>,
|
||||
instance: Option<Instance<'tcx>>,
|
||||
) -> RValue<'gcc> {
|
||||
let call_site = self.call(typ, fn_attrs, None, func, args, None);
|
||||
let call_site = self.call(typ, fn_attrs, None, func, args, None, instance);
|
||||
let condition = self.context.new_rvalue_from_int(self.bool_type, 1);
|
||||
self.llbb().end_with_conditional(self.location, condition, then, catch);
|
||||
if let Some(_fn_abi) = fn_abi {
|
||||
|
Loading…
Reference in New Issue
Block a user