Do p-code injection prior to jumptable recovery

This commit is contained in:
caheckman 2022-01-06 18:09:54 -05:00
parent ba2eb53110
commit 4234f1dc0b

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