Merge remote-tracking branch 'origin/Ghidra_10.4'

This commit is contained in:
Ryan Kurtz
2023-09-18 06:27:45 -04:00
@@ -256,11 +256,6 @@ public class PowerPCAddressAnalyzer extends ConstantPropagationAnalyzer {
}
}
// markup the data flow for this instruction
if (refType.isData()) {
return true;
}
return super.evaluateReference(context, instr, pcodeop, address, size, dataType, refType);
}