Commit 43e927f7 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

only for test: print critical i_mult use always

parent a1945146
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ static INLINE Word16 i_mult_sat( Word16 a, Word16 b ) /* integer Mpy with satura

#ifdef BASOP_WATCH_i_mult_sat
    static Word32 BASOP_WATCH_i_mult_sat_Cnt = 0;
    if ( BASOP_WATCH_i_mult_sat_Cnt == 0 )
    if (( BASOP_WATCH_i_mult_sat_Cnt == 0 ) || 1)
    {
        Word16 c1 = a * b; /* emulate strange behaviour interpreting product as 16-bit */
        if ( (Word32) c1 != c )