Re: [Qemu-devel] [PATCH 10/11] target/arm: Use unallocated_encoding for aarch32

2019-08-07 Thread Philippe Mathieu-Daudé
On 8/7/19 6:53 AM, Richard Henderson wrote: > Promote this function from aarch64 to fully general use. > Use it to unify the code sequences for generating illegal > opcode exceptions. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.h | 2 -- > target/arm/translate.h

[Qemu-devel] [PATCH 10/11] target/arm: Use unallocated_encoding for aarch32

2019-08-06 Thread Richard Henderson
Promote this function from aarch64 to fully general use. Use it to unify the code sequences for generating illegal opcode exceptions. Signed-off-by: Richard Henderson --- target/arm/translate-a64.h | 2 -- target/arm/translate.h | 2 ++ target/arm/translate-a64.c | 7 ---