Skip to content

Commit bae07aa

Browse files
committed
Disable bootstrap for stage0
1 parent 94cf517 commit bae07aa

File tree

1 file changed

+1
-0
lines changed
  • crates/core_arch/src/aarch64

1 file changed

+1
-0
lines changed

crates/core_arch/src/aarch64/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub use self::neon::*;
1515
mod crypto;
1616
pub use self::crypto::*;
1717

18+
#[cfg(not(bootstrap))]
1819
mod tme;
1920
pub use self::tme::*;
2021

0 commit comments

Comments
 (0)