mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 05:35:52 +08:00
Merge remote-tracking branch 'origin/GP-0_emteere_ThunkTestFailureFix' into Ghidra_10.3
This commit is contained in:
+4
-2
@@ -369,9 +369,11 @@ public class DecompilerSwitchAnalyzer extends AbstractAnalyzer {
|
||||
// go ahead and place the reference, since it is a constant.
|
||||
if (refType.isComputed() && refType.isFlow() &&
|
||||
program.getMemory().contains(address)) {
|
||||
propogateCodeMode(context, address);
|
||||
foundCount.incrementAndGet();
|
||||
return true;
|
||||
// don't propagate low code mode, let something else do that
|
||||
// propogateCodeMode(context, address);
|
||||
// don't make references, let other analysis do this
|
||||
//return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user