diff options
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 49ed4e2c..ba662049 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -154,6 +154,7 @@ extern "C" EndMemoryOperandToken = 7, FloatingPointToken = 8, AnnotationToken = 9, + CodeRelativeAddressToken = 10, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins |
