1
0
Fork 0
forked from len0rd/rockbox

Make EQ work on 64 bit sims again.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2006-03-23 19:26:21 +00:00
parent 6cecfb006d
commit 5f9bd4fb98

View file

@ -102,7 +102,7 @@ static const unsigned long atan_table[] = {
* representing -1 and 1 respectively.
*/
long fsincos(unsigned long phase, long *cos) {
long x, x1, y, y1;
int32_t x, x1, y, y1;
unsigned long z, z1;
int i;