Skip to content

Commit

Permalink
fixup! feat(threads): xtensa support
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 authored Sep 25, 2024
1 parent 3d1d966 commit d682c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/riot-rs-threads/src/arch/xtensa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ impl Arch for Cpu {
// The xtensa-lx-rt does this when calling the exception handler using
// call4, which shifts the window by 4.
// See `xtensa_lx_rt::exception::asm::__default_naked_exception`.
// (At least that's what I assume is happening)
thread.data.A4 = cleanup as u32;
thread.data.PC = func as u32;

Expand Down

0 comments on commit d682c73

Please sign in to comment.