Frank 8 years ago
parent
commit
80be3f1ca6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utility/dspinst.h

+ 1
- 1
utility/dspinst.h View File

@@ -348,7 +348,7 @@ static inline void clr_q_psr(void)
{
uint32_t t;
asm ("mov %[t],#0\n"
"msr APSR_nzcvq,%0\n" : [t] "=&r" (t)::"cc"));
"msr APSR_nzcvq,%0\n" : [t] "=&r" (t)::"cc");
}

#endif

Loading…
Cancel
Save