mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Recurse case ordering into nested switches
This commit is contained in:
parent
4382d043f1
commit
a4e360a3e5
3 changed files with 12 additions and 8 deletions
|
@ -2170,7 +2170,7 @@ int4 ActionFinalStructure::apply(Funcdata &data)
|
|||
BlockGraph &graph(data.getStructure());
|
||||
|
||||
graph.orderBlocks();
|
||||
graph.orderSwitchCases();
|
||||
graph.finalizePrinting(data);
|
||||
graph.scopeBreak(-1,-1); // Put in \e break statements
|
||||
graph.markUnstructured(); // Put in \e gotos
|
||||
graph.markLabelBumpUp(false); // Fix up labeling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue