1
0
Fork 0
forked from len0rd/rockbox

oops... should compile without warnings now

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7187 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2005-07-18 13:09:05 +00:00
parent c6ff1f5eb5
commit 6753fb5138
13 changed files with 18 additions and 18 deletions

View file

@ -36,7 +36,7 @@
#define SAMPLE_BUF_SIZE 256
#define RESAMPLE_BUF_SIZE (256 * 4) /* Enough for 11,025 Hz -> 44,100 Hz*/
#ifdef CPU_COLDFIRE && !defined(SIMULATOR)
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
#define INIT() asm volatile ("move.l #0xb0, %macsr") /* frac, round, clip */
/* Multiply 2 32-bit integers and return the 32 most significant bits of the