Commit 6d33d51f authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

test with assert(0)

parent 86899ac4
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -104,9 +104,7 @@ static UWord16 ivas_ari_get_symbol(
 *-------------------------------------------------------------*/

#ifndef FIX_2402_SIGNED_VERSION
xxx
    UWord16
    ivas_ari_decode_14bits_bit_ext_1_lfe(
UWord16 ivas_ari_decode_14bits_bit_ext_1_lfe(
    Decoder_State *st,
    Tastat *s,
    const UWord16 *cum_freq,
@@ -148,6 +146,7 @@ xxx
                test();
                IF( GE_32( low, ari_q1new ) && LT_32( high, ari_q3new ) )
                {
                    assert(0);
                    value = UL_subNsD( value, ari_q1new );
                    low = UL_subNsD( low, ari_q1new );
                    high = UL_subNsD( high, ari_q1new );