From 7101a6d9d5998102d0dc6a86ac01ba332fed3506 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 9 Oct 2014 17:04:36 +0200 Subject: Arch/jit: add endianess support jitters --- example/expression/asm_to_ir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/expression/asm_to_ir.py') diff --git a/example/expression/asm_to_ir.py b/example/expression/asm_to_ir.py index b5fe0ec5..cec32c06 100644 --- a/example/expression/asm_to_ir.py +++ b/example/expression/asm_to_ir.py @@ -39,7 +39,7 @@ for b in blocs: print "symbols:" print symbol_pool -resolved_b, patches = asmbloc.asm_resolve_final(mn_x86, 32, blocs, symbol_pool) +resolved_b, patches = asmbloc.asm_resolve_final(mn_x86, blocs, symbol_pool) # Translate to IR ir_arch = ir_a_x86_32(symbol_pool) -- cgit 1.4.1