On 6/4/19 5:42 PM, Richard Henderson wrote:
> Typo comparing the sign of the field, twice, instead of also comparing
> the mask of the field (which itself encodes both position and length).
>
> Reported-by: Peter Maydell
> Signed-off-by: Richard Henderson
> ---
> scripts/decodetree.py | 2 +-
>
On Tue, 4 Jun 2019 at 16:42, Richard Henderson
wrote:
>
> Typo comparing the sign of the field, twice, instead of also comparing
> the mask of the field (which itself encodes both position and length).
>
> Reported-by: Peter Maydell
> Signed-off-by: Richard Henderson
> ---
> scripts/decodetree.