Commit ce7f57aa authored by vaillancour's avatar vaillancour
Browse files

Fixes stv32c_dtx_32000_32kHz

parent 4bcdda0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -345,7 +345,11 @@ void preecho_sb_fx(
            move32();
            if( LT_32(*fx32ptr5, L_shr(*fx32ptr1, 1)))
            {
#ifdef BASOP_NOGLOB
                tmp_fxL1 = L_shl_sat(L_sub_sat(*fx32ptr1, *fx32ptr5),1);
#else
                tmp_fxL1 = L_shl(L_sub(*fx32ptr1, *fx32ptr5),1);
#endif
            }
            *fx32ptr5 = tmp_fxL1;
            move32();