]> Git Repo - qemu.git/commit
target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16
authorRichard Henderson <[email protected]>
Mon, 14 Jun 2021 15:34:06 +0000 (16:34 +0100)
committerPeter Maydell <[email protected]>
Tue, 15 Jun 2021 15:18:48 +0000 (16:18 +0100)
commitcd39e773e00bf98ab41e2ffaaeab7a00a3f68bd1
tree258dcb2352517611ad520ba21cf08f391a3aeec2
parent96a664d05c238ea1b64af2394b58e956fe0afe26
target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16

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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20210604183506[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate-a64.c
This page took 0.026828 seconds and 4 git commands to generate.