mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Change bne to bne.n in irqrestore()
This commit is contained in:
@@ -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"
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user