Commit d3e771b5 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

buildfix

parent 0f077019
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ static void envelop_modify_fx(
        /* 16384 < Pow2() <= 32767 */
        exp = sub( exp, 14 );
#ifdef ISSUE_1836_replace_overflow_libcom
        Ener1_fx = mult_r( 13107, shl_sat( tmp, exp ), &Overflow ); /*Q0 */ //??sat
        Ener1_fx = mult_r( 13107, shl_sat( tmp, exp ) ); /*Q0 */ //??sat
#else
        Ener1_fx = mult_ro( 13107, shl_o( tmp, exp, &Overflow ), &Overflow );            /*Q0 */
#endif