mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
BitFields - updated composite database schema version
This commit is contained in:
parent
d4ea232a4d
commit
55238b0393
7 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@ class CompositeDBAdapterV2V3 extends CompositeDBAdapter {
|
|||
// Version bumped to 3 when flex-arrays support added to structures
|
||||
// Version bumped to 4 when bitfields support added to composites
|
||||
|
||||
static final int VERSION = 3;
|
||||
static final int VERSION = 4;
|
||||
static final int MIN_READ_ONLY_VERSION = 2;
|
||||
|
||||
static final int V2_COMPOSITE_NAME_COL = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue