mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 21:20:10 +00:00
Change bne to bne.n in irqrestore()
This commit is contained in:
parent
5c3d117b0d
commit
9aba7598b0
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ static inline void irqrestore(irqstate_t flags)
|
|||
__asm__ __volatile__
|
||||
(
|
||||
"\ttst %0, #1\n"
|
||||
"\tbne 1f\n"
|
||||
"\tbne.n 1f\n"
|
||||
"\tcpsie i\n"
|
||||
"1:\n"
|
||||
:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue