mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
asm: loongarch64: Drop efiapi
This commit is contained in:
parent
699a862a3d
commit
d58863fe43
@ -882,8 +882,8 @@ impl InlineAsmClobberAbi {
|
||||
_ => Err(&["C", "system", "efiapi"]),
|
||||
},
|
||||
InlineAsmArch::LoongArch64 => match name {
|
||||
"C" | "system" | "efiapi" => Ok(InlineAsmClobberAbi::LoongArch),
|
||||
_ => Err(&["C", "system", "efiapi"]),
|
||||
"C" | "system" => Ok(InlineAsmClobberAbi::LoongArch),
|
||||
_ => Err(&["C", "system"]),
|
||||
},
|
||||
_ => Err(&[]),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user