diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2019-11-20 08:10:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-20 08:10:33 +0100 |
| commit | 7c3b1b4c0ab94c9746b2239e4944e0f203ea8d03 (patch) | |
| tree | c8399763059810fe772c994f05590ba392e5382a /test/analysis | |
| parent | 614fd0ea05b6e7aa9004bc14a7038696e140bc77 (diff) | |
| parent | ac3a3e8a55c87e2da3b776d82e2b43687a8e3d3f (diff) | |
| download | miasm-7c3b1b4c0ab94c9746b2239e4944e0f203ea8d03.tar.gz miasm-7c3b1b4c0ab94c9746b2239e4944e0f203ea8d03.zip | |
Merge pull request #1096 from serpilliere/updt_asmblock_api
Updt asmblock api
Diffstat (limited to 'test/analysis')
| -rw-r--r-- | test/analysis/unssa.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/analysis/unssa.py b/test/analysis/unssa.py index 55ceac9e..2bfe9254 100644 --- a/test/analysis/unssa.py +++ b/test/analysis/unssa.py @@ -82,6 +82,7 @@ class IRATest(ira): super(IRATest, self).__init__(arch, 32, loc_db) self.IRDst = IRDst self.ret_reg = r + self.addrsize = 32 def get_out_regs(self, xx): out = set() |