1
0
Fork 0
forked from len0rd/rockbox

Fix a bug introduced with r25777.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25779 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-05-02 16:32:05 +00:00
parent 703608d8c5
commit 13075dea87

View file

@ -931,7 +931,7 @@ void synth_full(struct mad_synth *synth, struct mad_frame const *frame,
if(s & 1)
{
ptr = *D0ptr;
PROD_O(hi, lo, *fo, ptr+1);
PROD_O(hi, lo, *fx, ptr+1);
MLN(hi, lo);
PROD_A(hi, lo, *fe, ptr);
pcm[0] = SHIFT(MLZ(hi, lo));