mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
Merge remote-tracking branch 'origin/GP-2562_ghidorahrex_6x09_ea_fix'
into patch (Closes #4600)
This commit is contained in:
@@ -322,7 +322,7 @@ EA: "["addr",PCR]" is noOffset5=1 & idxMode=0b11101; simm16 [ addr = inst_next +
|
||||
export eaddr;
|
||||
}
|
||||
|
||||
EA: "["addr"]" is noOffset5=1 & idxReg=0b00 & idxMode=0b11101; simm16 [ addr = inst_next; ]
|
||||
EA: "["addr"]" is noOffset5=1 & idxReg=0b00 & idxMode=0b11111; simm16 [ addr = inst_next; ]
|
||||
{
|
||||
local eaddr:2 = inst_next;
|
||||
eaddr = *:2 eaddr;
|
||||
|
||||
Reference in New Issue
Block a user