Skip to content
Snippets Groups Projects
Commit 9aba7598 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Change bne to bne.n in irqrestore()

parent 5c3d117b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment