diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2024-08-15 09:55:56 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2024-09-21 13:04:14 +0200 |
| commit | 1ddd67a79a77590504ba04f5d9528edf9d319df5 (patch) | |
| tree | 1aed52d3b0bc4fed3f5a0f92b636a69bad132ac2 /compiler/rustc_target/src/json.rs | |
| parent | 74fd001cdae0321144a20133f2216ea8a97da476 (diff) | |
| download | rust-1ddd67a79a77590504ba04f5d9528edf9d319df5.tar.gz rust-1ddd67a79a77590504ba04f5d9528edf9d319df5.zip | |
add `C-cmse-nonsecure-entry` ABI
Diffstat (limited to 'compiler/rustc_target/src/json.rs')
| -rw-r--r-- | compiler/rustc_target/src/json.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_target/src/json.rs b/compiler/rustc_target/src/json.rs index 9436e34d380..5fcf5be101f 100644 --- a/compiler/rustc_target/src/json.rs +++ b/compiler/rustc_target/src/json.rs @@ -103,6 +103,7 @@ impl ToJson for crate::abi::call::Conv { Self::PreserveAll => "PreserveAll", Self::ArmAapcs => "ArmAapcs", Self::CCmseNonSecureCall => "CCmseNonSecureCall", + Self::CCmseNonSecureEntry => "CCmseNonSecureEntry", Self::Msp430Intr => "Msp430Intr", Self::PtxKernel => "PtxKernel", Self::X86Fastcall => "X86Fastcall", |
