about summary refs log tree commit diff stats
path: root/example/ida
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2019-02-12 17:04:39 +0100
committerGitHub <noreply@github.com>2019-02-12 17:04:39 +0100
commitca0da14cd8f74e660442336d6c0d323c2314bb0d (patch)
tree230afb3acff281d84802f43cc3cdeaa60bc35f73 /example/ida
parent96fb382668783075568962c13495368e31ba9514 (diff)
parent1cea40a0585041eb453d7ccb4a5760e5c5381676 (diff)
downloadmiasm-ca0da14cd8f74e660442336d6c0d323c2314bb0d.tar.gz
miasm-ca0da14cd8f74e660442336d6c0d323c2314bb0d.zip
Merge pull request #969 from serpilliere/fix_deprecated_api
Fix deprecated api
Diffstat (limited to '')
-rw-r--r--example/ida/ctype_propagation.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/ida/ctype_propagation.py b/example/ida/ctype_propagation.py
index 1c883214..61bc747f 100644
--- a/example/ida/ctype_propagation.py
+++ b/example/ida/ctype_propagation.py
@@ -156,13 +156,10 @@ class SymbExecCTypeFix(SymbExecCType):
     def __init__(self, ir_arch,
                  symbols, chandler,
                  cst_propag_link,
-                 func_read=None, func_write=None,
                  sb_expr_simp=expr_simp):
         super(SymbExecCTypeFix, self).__init__(ir_arch,
                                                symbols,
                                                chandler,
-                                               func_read=func_read,
-                                               func_write=func_write,
                                                sb_expr_simp=expr_simp)
 
         self.cst_propag_link = cst_propag_link