[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-5.1] docs/devel: Document decodetree no-overlap groups
From: |
Peter Maydell |
Subject: |
Re: [PATCH for-5.1] docs/devel: Document decodetree no-overlap groups |
Date: |
Tue, 4 Aug 2020 10:38:56 +0100 |
On Mon, 3 Aug 2020 at 21:57, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> When support for this feature went in, the update to the
> documentation was forgotten.
>
> Fixes: 067e8b0f45d6
> Reported-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@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.maydell@linaro.org>
thanks
-- PMM