On Tue, 4 Aug 2020 at 10:38, Peter Maydell <[email protected]> wrote: > > On Mon, 3 Aug 2020 at 21:57, Richard Henderson > <[email protected]> wrote: > > > > When support for this feature went in, the update to the > > documentation was forgotten. > > > > Fixes: 067e8b0f45d6 > > Reported-by: Peter Maydell <[email protected]> > > Signed-off-by: Richard Henderson <[email protected]> > > --- > > 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 <[email protected]>
I'll take this via target-arm.next since I have something else to go into rc3 as well. -- PMM
