mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-12-04 18:13:11 +00:00
Merge branch
'GP-3120_ryanmkurtz_PR-4748_johanngan_switch-override-conditional' (Closes #4747, Closes #4748)
This commit is contained in:
commit
87cc8c2993
@ -83,7 +83,7 @@ public class SwitchOverride extends GhidraScript {
|
||||
|
||||
FlowType flowType = instr.getFlowType();
|
||||
|
||||
if (flowType == RefType.COMPUTED_JUMP) {
|
||||
if (flowType.isJump() && flowType.isComputed()) {
|
||||
return true;
|
||||
}
|
||||
if (flowType.isCall()) {
|
||||
|
Loading…
Reference in New Issue
Block a user