[AArch64] Fix incorrect mask when decoding b.cond instruction
authorPierre Langlois <pierre.langlois@arm.com>
Fri, 11 Sep 2015 15:47:20 +0000 (16:47 +0100)
committerPierre Langlois <pierre.langlois@arm.com>
Fri, 11 Sep 2015 15:47:20 +0000 (16:47 +0100)
commit4d50586db70d366d7d9eaf42062bf23bb6073695
treef4c04e7302df6167c89a6f5682fdcaea77adfe66
parent6dcaef99fab7e59e3eeb16a95d4c29b7b499b408
[AArch64] Fix incorrect mask when decoding b.cond instruction

The encoding of the b.cond instruction is described in the architecture
reference manual as:

b.cond  0101 0100 iiii iiii iiii iiii iii0 cccc

So the mask should be 0xff000010.

gdb/ChangeLog:

* aarch64-tdep.c (decode_bcond): Fix incorrect mask.
gdb/ChangeLog
gdb/aarch64-tdep.c
This page took 0.024796 seconds and 4 git commands to generate.