diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/highlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py index b8a53e52..873c7fc7 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.py @@ -81,7 +81,7 @@ class HighLevelILOperationAndSize: return f"<{self.operation.name} {self.size}>" -@dataclass(frozen=True) +@dataclass class GotoLabel: function: 'HighLevelILFunction' id: int |
