mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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
|
@ -921,13 +921,11 @@ src/main/resources/images/L.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/LocalVariable.gif||GHIDRA||||END|
|
src/main/resources/images/LocalVariable.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/M.gif||GHIDRA||||END|
|
src/main/resources/images/M.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/Merge.png||GHIDRA||||END|
|
src/main/resources/images/Merge.png||GHIDRA||||END|
|
||||||
src/main/resources/images/Minus.png||GHIDRA||||END|
|
|
||||||
src/main/resources/images/MultiDuplicateData.png||GHIDRA||||END|
|
src/main/resources/images/MultiDuplicateData.png||GHIDRA||||END|
|
||||||
src/main/resources/images/Namespace.gif||GHIDRA||||END|
|
src/main/resources/images/Namespace.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/NextHighlightBlock16.gif||GHIDRA||||END|
|
src/main/resources/images/NextHighlightBlock16.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/NextSelectionBlock16.gif||GHIDRA||||END|
|
src/main/resources/images/NextSelectionBlock16.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/Parameter.gif||GHIDRA||||END|
|
src/main/resources/images/Parameter.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/Plus.png||GHIDRA||||END|
|
|
||||||
src/main/resources/images/PreviousHighlightBlock16.gif||GHIDRA||||END|
|
src/main/resources/images/PreviousHighlightBlock16.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/PreviousSelectionBlock16.gif||GHIDRA||||END|
|
src/main/resources/images/PreviousSelectionBlock16.gif||GHIDRA||||END|
|
||||||
src/main/resources/images/Program.gif||GHIDRA||||END|
|
src/main/resources/images/Program.gif||GHIDRA||||END|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -37,7 +37,7 @@ class CompositeDBAdapterV2V3 extends CompositeDBAdapter {
|
||||||
// Version bumped to 3 when flex-arrays support added to structures
|
// Version bumped to 3 when flex-arrays support added to structures
|
||||||
// Version bumped to 4 when bitfields support added to composites
|
// 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 MIN_READ_ONLY_VERSION = 2;
|
||||||
|
|
||||||
static final int V2_COMPOSITE_NAME_COL = 0;
|
static final int V2_COMPOSITE_NAME_COL = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue