File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737// Current ABI version for linking to the core. This is incremented any time
3838// there are changes to the API that affect linking, including new functions,
3939// new types, or modifications to existing functions or types.
40- #define BN_CURRENT_CORE_ABI_VERSION 95
40+ #define BN_CURRENT_CORE_ABI_VERSION 96
4141
4242// Minimum ABI version that is supported for loading of plugins. Plugins that
4343// are linked to an ABI version less than this will not be able to load and
@@ -3526,6 +3526,7 @@ extern "C"
35263526 StoreToOOBMemoryMemoryHeuristic,
35273527 LoadFromOOBMemoryMemoryHeuristic,
35283528 RepeatLoadStoreMemoryHeuristic,
3529+ CallParamOOBPointerMemoryHeuristic,
35293530 } BNFirmwareNinjaMemoryHeuristic;
35303531
35313532 typedef enum BNFirmwareNinjaMemoryAccessType
You can’t perform that action at this time.
0 commit comments