mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Merge branch 'dev' of github.com:preble/libpinproc into dev
Conflicts: utils/pinprocfw/pinprocfw.cpp
This commit is contained in:
@@ -1271,7 +1271,7 @@ int xsvfDoXSIR2( SXsvfInfo* pXsvfInfo )
|
||||
readVal( &(pXsvfInfo->lvTdi), 2 );
|
||||
lShiftIrBits = value( &(pXsvfInfo->lvTdi) );
|
||||
sShiftIrBytes = xsvfGetAsNumBytes( lShiftIrBits );
|
||||
XSVFDBG_PRINTF1( 3, " XSIR2 length = %d\n", (int)lShiftIrBits);
|
||||
XSVFDBG_PRINTF1( 3, " XSIR2 length = %ld\n", lShiftIrBits);
|
||||
|
||||
if ( sShiftIrBytes > MAX_LEN )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user