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:
parent
2668547a55
commit
460d6d2d22
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue