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

{ {
uint32_t t; uint32_t t;
asm ("mov %[t],#0\n" asm ("mov %[t],#0\n"
"msr APSR_nzcvq,%0\n" : [t] "=&r" (t)::"cc"));
"msr APSR_nzcvq,%0\n" : [t] "=&r" (t)::"cc");
} }


#endif #endif

Loading…
Cancel
Save