9
0
Fork 0

Change bne to bne.n in irqrestore()

This commit is contained in:
Gregory Nutt 2014-05-22 09:01:25 -06:00
parent 792c9746d2
commit 34cc8f19df
1 changed files with 1 additions and 1 deletions

View File

@ -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"
: