Skip to content

Commit ae43946

Browse files
committed
loader: disable mod elf on ARM64 to pass the test coverage
Signed-off-by: Qiu Wenbo <qiuwenbo@phytium.com.cn>
1 parent 6337a08 commit ae43946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loader/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub mod start_info;
4949
#[allow(non_snake_case)]
5050
#[allow(non_upper_case_globals)]
5151
#[cfg_attr(feature = "cargo-clippy", allow(clippy::all))]
52+
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
5253
mod elf;
5354
mod struct_util;
5455

0 commit comments

Comments
 (0)