diff options
Diffstat (limited to 'miasm2/arch/msp430/sem.py')
| -rw-r--r-- | miasm2/arch/msp430/sem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/msp430/sem.py b/miasm2/arch/msp430/sem.py index 7f753381..169a631f 100644 --- a/miasm2/arch/msp430/sem.py +++ b/miasm2/arch/msp430/sem.py @@ -25,7 +25,7 @@ def bcd2hex(val): def reset_sr_res(): - return [ExprAff(res, ExprInt_fromsize(7, 0))] + return [ExprAff(res, ExprInt(0, 7))] def update_flag_zf(a): |