summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 6fcb30c1..c06d8f8e 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -508,6 +508,7 @@ extern "C"
ShowVariableTypesWhenAssigned = 4,
ShowDefaultRegisterTypes = 5,
ShowCallParameterNames = 6,
+ ShowRegisterHighlight = 7,
// Linear disassembly options
GroupLinearDisassemblyFunctions = 64,