diff --git a/pyvex/arches.py b/pyvex/arches.py index 642ec500..f95a70d9 100644 --- a/pyvex/arches.py +++ b/pyvex/arches.py @@ -50,7 +50,7 @@ def __init__(self, name: str, bits: int, memory_endness: str): self.vex_archinfo["endness"] = vex_endness_from_string("VexEndnessBE") def __repr__(self): - return f"" @property def vex_name_small(self):