Skip to content
Commit 52616803 authored by Wilfried Chauveau's avatar Wilfried Chauveau Committed by Benjamin Cabé
Browse files

arch: arm: cortex_m: use local label in ASM code



Regular label are exported in the object file and cause gdb to consider
them as function start. Local labels on the other hand are not exported.
For example, using `disassemble z_arm_pendsv` after this change will
disassemble the whole function rather than stop at the first branch.

Signed-off-by: default avatarWilfried Chauveau <wilfried.chauveau@arm.com>
parent ecaa3032
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment