diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/lowlevelil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 4c785e22..ae590c21 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -1176,7 +1176,7 @@ class LowLevelILFtrunc(FloatingPoint, Arithmetic): @dataclass(frozen=True, repr=False) -class LowLevelILLoad(Memory): +class LowLevelILLoad(Load): operand_names = tuple(["src"]) @property @@ -1385,7 +1385,7 @@ class LowLevelILSet_flag(LowLevelILInstruction): @dataclass(frozen=True, repr=False) -class LowLevelILStore(Memory): +class LowLevelILStore(Store): operand_names = tuple(["dest", "src"]) @property |
