Fix inverted check in EFIAPI
This commit is contained in:
parent
61732804e2
commit
13d27aff11
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ impl Target {
|
|||
}
|
||||
},
|
||||
Abi::EfiApi => {
|
||||
if self.arch != "x86_64" {
|
||||
if self.arch == "x86_64" {
|
||||
Abi::Win64
|
||||
} else {
|
||||
Abi::C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue