From 2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 8 Oct 2014 17:59:45 +0200 Subject: asmbloc: remove un needed mode in asm function --- example/asm_box_x86_32_repmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/asm_box_x86_32_repmod.py') diff --git a/example/asm_box_x86_32_repmod.py b/example/asm_box_x86_32_repmod.py index f351fcfa..c46fedd5 100644 --- a/example/asm_box_x86_32_repmod.py +++ b/example/asm_box_x86_32_repmod.py @@ -94,7 +94,7 @@ for b in blocs[0]: print b resolved_b, patches = asmbloc.asm_resolve_final( - mn_x86, 32, blocs[0], symbol_pool) + mn_x86, blocs[0], symbol_pool) print patches for offset, raw in patches.items(): -- cgit 1.4.1