We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9938b commit cd76120Copy full SHA for cd76120
1 file changed
third_party/reil/reil/aarch64/decoder.cpp
@@ -632,8 +632,9 @@ static Instruction DecodeBranchRegister(uint32_t opcode) {
632
} else {
633
return UnallocatedEncoding();
634
}
635
+ } else {
636
+ insn.opcode = kBlr;
637
- insn.opcode = kBlr;
638
} else if (opc == 0b0010) { // RET
639
if (op3) {
640
if (op3 == 0b000010 && op4 == 0b11111) {
0 commit comments