clear up some sim warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16419 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Adam Gashlin 2008-02-25 21:57:09 +00:00
parent 2668547a55
commit 460d6d2d22

View file

@ -250,7 +250,7 @@ next_track:
coef1 = (c*8192) >> 28;
coef2 = (c*c/big28*-4096) >> 28;
DEBUGF("ADX: samprate=%lld ",frequency);
DEBUGF("ADX: samprate=%ld ",(long)frequency);
DEBUGF("coef1 %04x ",(unsigned int)(coef1*4));
DEBUGF("coef2 %04x\n",(unsigned int)(coef2*-4));
}