From 70337fc2d98fda28e94ff0dd78334fe90e223a4f Mon Sep 17 00:00:00 2001 From: Andrew Lamoureux Date: Wed, 4 Oct 2023 15:59:03 -0400 Subject: Remove BNILInstructionAttribute SrcInstructionIsAtomic --- binaryninjacore.h | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.3.1