Skip to content

Commit cd76120

Browse files
committed
Fix rail for arm64e
1 parent fc9938b commit cd76120

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

third_party/reil/reil/aarch64/decoder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,9 @@ static Instruction DecodeBranchRegister(uint32_t opcode) {
632632
} else {
633633
return UnallocatedEncoding();
634634
}
635+
} else {
636+
insn.opcode = kBlr;
635637
}
636-
insn.opcode = kBlr;
637638
} else if (opc == 0b0010) { // RET
638639
if (op3) {
639640
if (op3 == 0b000010 && op4 == 0b11111) {

0 commit comments

Comments
 (0)