Skip to content

Commit

Permalink
Add the missing size attribute to V256.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfish committed Dec 12, 2024
1 parent e1eaa97 commit dbcb384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyvex/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ class V256(IRConst):
tag = "Ico_V256"
op_format = "V256"
c_constructor = pvc.IRConst_V256
size = 256

def __init__(self, value):
self._value = value
Expand Down

0 comments on commit dbcb384

Please sign in to comment.