mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 08:56:32 +00:00
arm/armv7-a: 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
1d4e4e9524
commit
f0fe80ec0f
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