mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
Merge remote-tracking branch 'origin/Ghidra_10.4'
This commit is contained in:
-5
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user