Remove old intrinsic check
This commit is contained in:
parent
fa4f1b79ec
commit
d87e2daccf
@ -264,11 +264,6 @@ fn eval_fn_call(
|
||||
|
||||
match instance.def {
|
||||
ty::InstanceDef::Intrinsic(..) => {
|
||||
|
||||
if caller_abi != Abi::RustIntrinsic {
|
||||
throw_unsup!(FunctionAbiMismatch(caller_abi, Abi::RustIntrinsic))
|
||||
}
|
||||
|
||||
M::call_intrinsic(self, span, instance, args, dest)?;
|
||||
// No stack frame gets pushed, the main loop will just act as if the
|
||||
// call completed.
|
||||
|
Loading…
Reference in New Issue
Block a user