diff options
| author | serpilliere <devnull@localhost> | 2014-08-05 11:03:56 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-08-05 11:03:56 +0200 |
| commit | db8c7152ac455ad0b1be151641f77d1b36d0c854 (patch) | |
| tree | 664d6565b9dcf719cf693c12556c615ac44963bb /miasm2/arch/arm/sem.py | |
| parent | dbd0183692af7f68a0636a763df96827b43f9cde (diff) | |
| download | miasm-db8c7152ac455ad0b1be151641f77d1b36d0c854.tar.gz miasm-db8c7152ac455ad0b1be151641f77d1b36d0c854.zip | |
cpu/arch: arg2str moved in instruction class
Diffstat (limited to 'miasm2/arch/arm/sem.py')
| -rw-r--r-- | miasm2/arch/arm/sem.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/arm/sem.py b/miasm2/arch/arm/sem.py index 9608c1f0..498017c9 100644 --- a/miasm2/arch/arm/sem.py +++ b/miasm2/arch/arm/sem.py @@ -516,6 +516,7 @@ def st_ld_r(ir, instr, a, b, store=False, size=32, s_ext=False, z_ext=False): wb = False b = b.copy() postinc = False + b = b.arg if isinstance(b, ExprOp): if b.op == "wback": wb = True |