Merge remote-tracking branch 'origin/GP-1659_SwitchWithInject' into

patch
This commit is contained in:
ghidra1 2022-01-14 19:33:45 -05:00
commit e5080cd9b1
15 changed files with 778 additions and 7 deletions

View file

@ -755,6 +755,8 @@ void FlowInfo::generateOps(void)
addrlist.push_back(data.getAddress());
while(!addrlist.empty()) // Recovering as much as possible except jumptables
fallthru();
if (hasInject())
injectPcode();
do {
bool collapsed_jumptable = false;
while(!tablelist.empty()) { // For each jumptable found