Frank hace 8 años
padre
commit
80be3f1ca6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      utility/dspinst.h

+ 1
- 1
utility/dspinst.h Ver fichero

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

Cargando…
Cancelar
Guardar