This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Typo
dds
Frank
8 years ago
parent
7a7d087b01
commit
80be3f1ca6
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+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
Write
Preview
Loading…
Cancel
Save