GT-3191 corercted AARCH64 BLR instruction semantics when x30 is operand

This commit is contained in:
ghidra1 2019-09-26 14:53:52 -04:00
parent 6a27df2345
commit cfd917ac26

View File

@ -872,8 +872,8 @@ is b_31=1 & b_2630=0x05 & Addr26
:blr Rn_GPR64
is b_2531=0x6b & b_2324=0 & b_2122=1 & b_1620=0x1f & b_1015=0 & Rn_GPR64 & b_0004=0
{
x30 = inst_start + 4;
pc = Rn_GPR64;
x30 = inst_start + 4;
call [pc];
}