From c46361bad735cd2cecb23b3b715bbf45c8538bac Mon Sep 17 00:00:00 2001 From: Seto Date: Sun, 14 Sep 2025 21:45:57 +0200 Subject: [PATCH] revert 6442d865d0492712f5e51727c7a65c0f59dabba9 --- .github/workflows/ci.yml | 12 ++++++------ src/cpu/aarch64/mod.rs | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abaa23bf03..d12a52fb80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,12 +271,12 @@ jobs: - target: arm-unknown-linux-gnueabi host_os: ubuntu-22.04 - # - target: arm64_32-apple-watchos - # host_os: macos-15 - # rust_channel: nightly - # mode: --release - # # TODO: Run in the emulator. - # cargo_options: --no-run -Z build-std + - target: arm64_32-apple-watchos + host_os: macos-15 + rust_channel: nightly + mode: --release + # TODO: Run in the emulator. + cargo_options: --no-run -Z build-std - target: armv7-linux-androideabi host_os: ubuntu-22.04 diff --git a/src/cpu/aarch64/mod.rs b/src/cpu/aarch64/mod.rs index afc50f928d..f29fb98115 100644 --- a/src/cpu/aarch64/mod.rs +++ b/src/cpu/aarch64/mod.rs @@ -35,7 +35,6 @@ mod abi_assumptions { // every other <64-bit parameter type to the corresponding 64-bit type. const _ASSUMED_POINTER_SIZE: usize = if cfg!(all(target_os = "watchos", target_pointer_width = "32")) { - todo!(); // Need to run tests for this ABI. #[allow(unreachable_code)] { 4