]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: fix decoding of B{,L}RA{A,B}
authorRemi Denis-Courmont <remi.denis.courmont@huawei.com>
Fri, 25 Jan 2019 21:49:26 +0000 (23:49 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 15:25:24 +0000 (15:25 +0000)
commit1cf86a8618644beb860951ff4383457ee88a7f4a
tree36bbd5288cedaba1f66bc08f6b38008cf53c2088
parentf6768aa1b4c6a80448eabd22bb9b4123c709caea
target/arm: fix decoding of B{,L}RA{A,B}

A flawed test lead to the instructions always being treated as
unallocated encodings.

Fixes: https://bugs.launchpad.net/bugs/1813460
Signed-off-by: Remi Denis-Courmont <remi.denis.courmont@huawei.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c