Skip to content

Commit b3f490f

Browse files
committed
add inverted character constant integer display type
1 parent 6a03627 commit b3f490f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binaryninjacore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@ extern "C"
984984
FloatDisplayType,
985985
DoubleDisplayType,
986986
EnumerationDisplayType,
987+
InvertedCharacterConstantDisplayType,
987988
} BNIntegerDisplayType;
988989

989990
typedef enum BNFlowGraphOption

0 commit comments

Comments
 (0)