diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index b05be56c..80fb32b4 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -3975,7 +3975,7 @@ class LowLevelILFunction: return dest.reg_stack_free_reg(expr.dest, loc) if expr.operation == LowLevelILOperation.LLIL_REG_STACK_FREE_REL: expr: LowLevelILRegStackFreeRel - return dest.reg_stack_free_top_relative(expr.stack, expr.dest, loc) + return dest.reg_stack_free_top_relative(expr.stack, sub_expr_handler(expr.dest), loc) if expr.operation == LowLevelILOperation.LLIL_FLAG: expr: LowLevelILFlag return dest.flag(expr.src, loc) |
