Re: [PATCH 1/3] target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16

2021-06-06 Thread Philippe Mathieu-Daudé
On 6/4/21 8:35 PM, Richard Henderson wrote: > This fprintf+assert has been in place since the beginning. > It is prior to the fp_access_check, so we're still good to > raise sigill here. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/381 > Signed-off-by: Richard Henderson > --- > ta

[PATCH 1/3] target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16

2021-06-04 Thread Richard Henderson
This fprintf+assert has been in place since the beginning. It is prior to the fp_access_check, so we're still good to raise sigill here. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/381 Signed-off-by: Richard Henderson --- target/arm/translate-a64.c | 4 ++-- 1 file changed, 2 inserti