mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 02:00:13 +02:00
Windows Visual Studio 2008 warnings.
This commit is contained in:
@@ -484,7 +484,7 @@ void Rsb_DecPrintFunc( Rsb_Man_t * p, unsigned Truth4, word * f, word ** ppGs, i
|
||||
|
||||
printf( "Offset : " );
|
||||
Abc_TtPrintBinary( &Copy, nVars ); //printf( "\n" );
|
||||
Copy >>= (1 << nVars);
|
||||
Copy >>= ((word)1 << nVars);
|
||||
printf( "Onset : " );
|
||||
Abc_TtPrintBinary( &Copy, nVars ); //printf( "\n" );
|
||||
printf( "Result : " );
|
||||
|
||||
Reference in New Issue
Block a user