Commit e0bcf09f authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

EVS BE fix

parent d50d7731
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ static void bitrv2_SR_fx(
    m = 1;
    move16();

    WHILE( LE_16( shl( m, 3 ), l ) )
    WHILE( LT_16( shl( m, 3 ), l ) )
    {
        l = shr( l, 1 );
        m = shl( m, 1 );