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

buildfix

parent e9a74f99
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ void E_UTIL_synthesis_fx( const Word16 shift, const Word32 a[], const Word32 x[]
#ifdef ISSUE_1836_replace_overflow_libcom
        L_tmp = L_shl_sat( L_tmp, q ); //??sat
#else
        L_tmp = L_shl_o( L_tmp, q );
        L_tmp = L_shl_o( L_tmp, q, &Overflow );
#endif
        *y++ = L_tmp;
        move32();