Re: [Qemu-devel] [PATCH v2 29/68] target/arm: Diagnose too few registers in list for LDM/STM

2019-08-23 Thread Peter Maydell
On Mon, 19 Aug 2019 at 22:38, Richard Henderson wrote: > > This has been a TODO item for quite a while. The minimum bit > count for A32 and T16 is 1, and for T32 is 2. > > Signed-off-by: Richard Henderson > --- > target/arm/translate.c | 24 > 1 file changed, 16

[Qemu-devel] [PATCH v2 29/68] target/arm: Diagnose too few registers in list for LDM/STM

2019-08-19 Thread Richard Henderson
This has been a TODO item for quite a while. The minimum bit count for A32 and T16 is 1, and for T32 is 2. Signed-off-by: Richard Henderson --- target/arm/translate.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/target/arm/translate.c