Skip to content

Commit 962c843

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 ec30513 commit 962c843

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
@@ -48,6 +48,7 @@ pub mod start_info;
4848
#[allow(non_snake_case)]
4949
#[allow(non_upper_case_globals)]
5050
#[cfg_attr(feature = "cargo-clippy", allow(clippy::all))]
51+
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
5152
mod elf;
5253

5354
#[derive(Debug, PartialEq)]

0 commit comments

Comments
 (0)