mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 03:45:30 +08:00
GP-5922 Integer formatting for switch cases
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user