mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 11:02:40 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-5159_sr-tream_find_field_ref'
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user