Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
668205f427
commit
9415629f4c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
static inline void mcf5249_init_mac(void) {
|
||||
int r;
|
||||
asm volatile ("move.l #0x20, %%macsr;"); /* frac, truncate, no saturation */
|
||||
asm volatile ("move.l #0x20, %macsr;"); /* frac, truncate, no saturation */
|
||||
}
|
||||
|
||||
static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {
|
||||
|
|
Loading…
Reference in a new issue