GP-5922 Integer formatting for switch cases

This commit is contained in:
caheckman
2026-02-10 19:33:46 +00:00
parent 069b90f507
commit bf1f4288aa
29 changed files with 1005 additions and 782 deletions
@@ -140,7 +140,7 @@ public class SwitchOverride extends GhidraScript {
}
// Allocate an override jumptable
JumpTable jumpTab = new JumpTable(branchind, destlist, true);
JumpTable jumpTab = new JumpTable(branchind, destlist, true, 0);
jumpTab.writeOverride(function);
// fixup the body now that there are jump references