File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pub mod int;
46
46
#[ cfg( any(
47
47
all( target_family = "wasm" , target_os = "unknown" ) ,
48
48
all( target_arch = "x86_64" , target_os = "none" ) ,
49
- all ( target_arch = "x86_64" , target_os = "uefi" ) ,
49
+ target_os = "uefi" ,
50
50
all( target_arch = "arm" , target_os = "none" ) ,
51
51
all( target_arch = "xtensa" , target_os = "none" ) ,
52
52
all( target_arch = "mips" , target_os = "none" ) ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ macro_rules! no_mangle {
22
22
not( target_env = "wasi" )
23
23
) ,
24
24
target_os = "xous" ,
25
- all ( target_arch = "x86_64" , target_os = "uefi" ) ,
25
+ target_os = "uefi" ,
26
26
all( target_arch = "xtensa" , target_os = "none" ) ,
27
27
all( target_vendor = "fortanix" , target_env = "sgx" )
28
28
) ) ]
@@ -94,7 +94,7 @@ no_mangle! {
94
94
not( target_env = "wasi" )
95
95
) ,
96
96
target_os = "xous" ,
97
- all ( target_arch = "x86_64" , target_os = "uefi" ) ,
97
+ target_os = "uefi" ,
98
98
all( target_arch = "xtensa" , target_os = "none" ) ,
99
99
all( target_vendor = "fortanix" , target_env = "sgx" ) ,
100
100
target_os = "windows"
You can’t perform that action at this time.
0 commit comments