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:
parent
703608d8c5
commit
13075dea87
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue