summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lamoureux <andrew@vector35.com>2023-10-04 15:59:03 -0400
committerAndrew Lamoureux <andrew@vector35.com>2023-10-04 15:59:03 -0400
commit70337fc2d98fda28e94ff0dd78334fe90e223a4f (patch)
tree646e4a322ff27143c556f0a596c39b8835671bc7
parentbcde46e1231bb72748f48fdaf6e6f00e858e75cf (diff)
Remove BNILInstructionAttribute SrcInstructionIsAtomic
-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