Re: [Qemu-devel] [PATCH 0/1] target/arm: Amend erroneous BRAA/BLRAA opcode check

2019-01-31 Thread Peter Maydell
On Wed, 30 Jan 2019 at 20:22, Mathew Maidment wrote: > This is a patch that fixes a condition within disas_uncond_b_reg() related to > BRAA and BLRAA that would always result in the unallocated encoding path being > taken. > > Hopefully everything is in order. This is only my second patch, so if a

[Qemu-devel] [PATCH 0/1] target/arm: Amend erroneous BRAA/BLRAA opcode check

2019-01-30 Thread Mathew Maidment
Hi, This is a patch that fixes a condition within disas_uncond_b_reg() related to BRAA and BLRAA that would always result in the unallocated encoding path being taken. Hopefully everything is in order. This is only my second patch, so if anything is wrong, that's my bad. Thanks in advance for re