mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
arm/armv6-m: remove duplicate .globl for up_saveusercontext
The up_saveusercontext symbol was declared with .globl twice in a row. The .globl directive is idempotent, so the duplicate line has no effect on the generated object; drop it to match the single declaration used by the other .S files in this directory. Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
This commit is contained in:
parent
ef963246c7
commit
1d4e4e9524
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
.globl up_saveusercontext
|
||||
.globl up_saveusercontext
|
||||
.type up_saveusercontext, %function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue