Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm: asm: Fix inline asm in z_arch_switch_to_main_thread for clang
The clang ARM assembler is a bit stricter than GNU as. Change mov to movs for ARMv6 case of z_arch_switch_to_main_thread. Signed-off-by: Kumar Gala <[email protected]>
- Loading branch information