Rename try intrinsic argument to match upstream
This commit is contained in:
parent
ebf13f1cce
commit
d07c404bf4
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ pub fn codegen_intrinsic_call<'tcx>(
|
||||||
ret.write_cvalue(fx, val);
|
ret.write_cvalue(fx, val);
|
||||||
};
|
};
|
||||||
|
|
||||||
try, (v f, v data, v _local_ptr) {
|
try, (v f, v data, v _catch_fn) {
|
||||||
// FIXME once unwinding is supported, change this to actually catch panics
|
// FIXME once unwinding is supported, change this to actually catch panics
|
||||||
let f_sig = fx.bcx.func.import_signature(Signature {
|
let f_sig = fx.bcx.func.import_signature(Signature {
|
||||||
call_conv: CallConv::triple_default(fx.triple()),
|
call_conv: CallConv::triple_default(fx.triple()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue