On Mon, 3 Aug 2020 at 21:57, Richard Henderson
<richard.hender...@linaro.org> wrote:
>
> When support for this feature went in, the update to the
> documentation was forgotten.
>
> Fixes: 067e8b0f45d6
> Reported-by: Peter Maydell <peter.mayd...@linaro.org>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  docs/devel/decodetree.rst | 29 ++++++++++++++++++-----------
>  1 file changed, 18 insertions(+), 11 deletions(-)

> @@ -200,7 +207,7 @@ instruction::
>  When the *cf* field is zero, the instruction has no side effects,
>  and may be specialized.  When the *rt* field is zero, the output
>  is discarded and so the instruction has no effect.  When the *rt2*
> -field is zero, the operation is ``reg[rt] | 0`` and so encodes
> +field is zero, the operation is ``reg[r1] | 0`` and so encodes
>  the canonical register copy operation.

Technically a separate change, but a very small one...

Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

thanks
-- PMM

Reply via email to