diff options
| author | serpilliere <devnull@localhost> | 2014-06-17 13:09:31 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-06-17 13:09:31 +0200 |
| commit | 180b3907cdfcda2e8f3bd719b1d3531ba2e32a5f (patch) | |
| tree | c91a5e6564ac6579f0a97d9a913540708464f8c3 /miasm2/arch/arm/regs.py | |
| parent | 1a1f8fb1bf35def45e651452eb5db27d36486dda (diff) | |
| parent | b4672a0881de3a62d6ea711603870db9a28f6cce (diff) | |
| download | miasm-180b3907cdfcda2e8f3bd719b1d3531ba2e32a5f.tar.gz miasm-180b3907cdfcda2e8f3bd719b1d3531ba2e32a5f.zip | |
merge
Diffstat (limited to 'miasm2/arch/arm/regs.py')
| -rw-r--r-- | miasm2/arch/arm/regs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm2/arch/arm/regs.py b/miasm2/arch/arm/regs.py index 6ddac2ef..2787605a 100644 --- a/miasm2/arch/arm/regs.py +++ b/miasm2/arch/arm/regs.py @@ -66,6 +66,8 @@ all_regs_ids = [ zf, nf, of, cf ] +all_regs_ids_no_alias = all_regs_ids + all_regs_ids_byname = dict([(x.name, x) for x in all_regs_ids]) all_regs_ids_init = [R0_init, R1_init, R2_init, R3_init, |