summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryninjacore.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 3d9c6e2c..3791f723 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -903,11 +903,8 @@ extern "C"
// Assumes that a variable assignment might be used in some way during MLIL translation
MLILAssumePossibleUse = 4,
- // lifted instruction was atomic
- SrcInstructionIsAtomic = 8,
-
// lifted instruction uses pointer authentication
- SrcInstructionUsesPointerAuth = 16
+ SrcInstructionUsesPointerAuth = 8
} BNILInstructionAttribute;
typedef struct BNLowLevelILInstruction