diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b206348dce..22abd48db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - uses: esp-rs/xtensa-toolchain@v1.5 with: ldproxy: false - version: 1.83.0.0 + version: 1.83.0.1 # Install the Rust stable toolchain for RISC-V devices: - uses: dtolnay/rust-toolchain@v1 with: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f16ff7c4bc..1c333cc13c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,7 @@ jobs: with: default: true ldproxy: false - version: 1.83.0.0 + version: 1.83.0.1 - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 22535d1144..0c9d327e69 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -116,7 +116,7 @@ jobs: buildtargets: ${{ matrix.target.soc }} default: true ldproxy: false - version: 1.83.0.0 + version: 1.83.0.1 - name: Build tests run: cargo xtask build-tests ${{ matrix.target.soc }} diff --git a/xtensa-lx-rt/src/exception/asm.rs b/xtensa-lx-rt/src/exception/asm.rs index 7c1a64e76f..afca65d58c 100644 --- a/xtensa-lx-rt/src/exception/asm.rs +++ b/xtensa-lx-rt/src/exception/asm.rs @@ -206,7 +206,6 @@ global_asm!( " ); - cfg_global_asm!( " // Save processor state to stack. @@ -907,4 +906,4 @@ _Level7InterruptVector: wsr a0, EXCSAVE7 // preserve a0 call0 __naked_level_7_interrupt // used as long jump " -); \ No newline at end of file +);