Skip to content

Commit

Permalink
Make UninitializedAnnotation non-eliminatable
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 18, 2024
1 parent 9034ea0 commit f325b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions claripy/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class UninitializedAnnotation(Annotation):
Use UninitializedAnnotation to annotate ASTs that are uninitialized.
"""

eliminatable = False
relocatable = True

def __hash__(self):
Expand Down

0 comments on commit f325b2c

Please sign in to comment.