git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-06-08 13:43:20 +00:00
parent 668205f427
commit 9415629f4c

View file

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