diff options
| author | Andrew Lamoureux <andrew@vector35.com> | 2023-10-04 15:59:03 -0400 |
|---|---|---|
| committer | Andrew Lamoureux <andrew@vector35.com> | 2023-10-04 15:59:03 -0400 |
| commit | 70337fc2d98fda28e94ff0dd78334fe90e223a4f (patch) | |
| tree | 646e4a322ff27143c556f0a596c39b8835671bc7 | |
| parent | bcde46e1231bb72748f48fdaf6e6f00e858e75cf (diff) | |
Remove BNILInstructionAttribute SrcInstructionIsAtomic
| -rw-r--r-- | binaryninjacore.h | 5 |
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 |
