Commit 100b1737 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

WMOPS SKIP for two UWords32 () lines

parent 20674edb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -896,7 +896,7 @@ build-codec-linux-instrumented-make:
  script:
    - *print-common-info
    - *update-scripts-repo
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY -p BASOP
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY
    - make -j -C $INSTR_DIR


+2 −0
Original line number Diff line number Diff line
@@ -1860,8 +1860,10 @@ static Word32 ReadLCLDData_fx(
#ifdef USE_DEMOD_TABLES
                            const int32_t( *paiDemodTable )[2] = NULL;
#endif
#define WMC_TOOL_SKIP
                            pauiHuffmanTable = (const UWord32( * )[HUFF_DEC_TABLE_SIZE]) c_apauiHuffDecTables[iAlloc];
                            pauiHuffmanTableDPCM = (const UWord32( * )[HUFF_DEC_TABLE_SIZE]) c_apauiHuffDecTables[ALLOC_TABLE_SIZE + iAlloc];
#undef WMC_TOOL_SKIP
#ifdef USE_DEMOD_TABLES
                            paiDemodTable = c_apaiDemodTables[iAlloc];
#endif