Commit 7ee7e852 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix build with DEBUGGING and DEBUG_MODE_INFO active

parent c0a34d48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2654,8 +2654,10 @@ Word16 ivas_smc_gmm_fx(
    mvs2s( &hSpMusClas->past_dec[0], &hSpMusClas->past_dec[1], HANG_LEN - 2 );
    hSpMusClas->past_dec[0] = dec;
    move16();
#ifndef IVAS_FLOAT_FIXED
#ifdef DEBUG_MODE_INFO
    dbgwrite( &st->hSpMusClas->wdlp_0_95_sp, sizeof( float ), 1, 1, "res/wdlp_0_95_sp.x" );
#endif
#endif

    return dec;