Skip to content

Commit f36c14f

Browse files
committed
Sync from rust f4008fe
2 parents decb9b2 + 5bdc56c commit f36c14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/abi/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fn clif_sig_from_fn_abi<'tcx>(
2828
Conv::X86_64SysV => CallConv::SystemV,
2929
Conv::X86_64Win64 => CallConv::WindowsFastcall,
3030
Conv::ArmAapcs
31+
| Conv::CCmseNonSecureCall
3132
| Conv::Msp430Intr
3233
| Conv::PtxKernel
3334
| Conv::X86Fastcall

0 commit comments

Comments
 (0)