From c4e4273c2d4e459eddc96c8ef0af0e5eff9c3f7e Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 29 Oct 2015 10:35:32 +0100 Subject: Expression: fix api --- test/arch/msp430/sem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/arch/msp430/sem.py') diff --git a/test/arch/msp430/sem.py b/test/arch/msp430/sem.py index 5340a4d2..2488d633 100644 --- a/test/arch/msp430/sem.py +++ b/test/arch/msp430/sem.py @@ -14,7 +14,7 @@ logging.getLogger('cpuhelper').setLevel(logging.ERROR) EXCLUDE_REGS = set([res, ir_arch().IRDst]) def M(addr): - return ExprMem(ExprInt_fromsize(16, addr), 16) + return ExprMem(ExprInt(addr, 16), 16) def compute(asm, inputstate={}, debug=False): -- cgit 1.4.1