summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2016-04-19 22:48:59 -0400
committerRusty Wagner <rusty@vector35.com>2016-04-19 22:49:22 -0400
commit42e168dd4855735c891719a2e4265fd730f0def4 (patch)
treee7a9e98dd3cad16553160960fb62b8a74a83f1e2
parent57d00b0eee4f55163e40705aedaec3ecc16c8ef2 (diff)
Add unique token for addresses relative to instruction pointer
-rw-r--r--binaryninjacore.h1
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