From ac3a3e8a55c87e2da3b776d82e2b43687a8e3d3f Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 28 May 2019 23:58:08 +0200 Subject: Add missing addrsize --- test/analysis/unssa.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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() -- cgit 1.4.1