mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-5159_sr-tream_find_field_ref'
This commit is contained in:
commit
acb07dd535
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public abstract class DecompilerVariable {
|
|||
}
|
||||
|
||||
Varnode[] inputs = op.getInputs();
|
||||
if (inputs.length == 2) {
|
||||
if (inputs.length == 2 && inputs[0].getHigh() != null) {
|
||||
return inputs[0].getHigh().getDataType();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue