Merge branch 'GP-0_ryanmkurtz_PR-5159_sr-tream_find_field_ref'

This commit is contained in:
Ryan Kurtz 2023-03-23 10:37:09 -04:00
commit acb07dd535

View file

@ -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();
}