Re: [Qemu-devel] [PATCH v2 13/27] target/arm: Decode Load/store register (pac)

2019-01-04 Thread Peter Maydell
On Fri, 14 Dec 2018 at 05:24, Richard Henderson wrote: > > Not that there are any stores involved, but why argue with ARM's > naming convention. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 62 ++ > 1 file changed, 62

[Qemu-devel] [PATCH v2 13/27] target/arm: Decode Load/store register (pac)

2018-12-13 Thread Richard Henderson
Not that there are any stores involved, but why argue with ARM's naming convention. Signed-off-by: Richard Henderson --- target/arm/translate-a64.c | 62 ++ 1 file changed, 62 insertions(+) diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c