about summary refs log tree commit diff stats
path: root/example/expression/solve_condition_stp.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2017-02-13 09:48:32 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-02-13 15:04:25 +0100
commita7c9a7f769094d0af3b7a98bdb7319bcb3921e11 (patch)
treef26149c559b32c700a8d7fb7c2a74693229d9f58 /example/expression/solve_condition_stp.py
parentf5368a9521470401fb396a0532904055379743a8 (diff)
downloadfocaccia-miasm-a7c9a7f769094d0af3b7a98bdb7319bcb3921e11.tar.gz
focaccia-miasm-a7c9a7f769094d0af3b7a98bdb7319bcb3921e11.zip
Core/cpu: change ParseAst name
Diffstat (limited to 'example/expression/solve_condition_stp.py')
-rw-r--r--example/expression/solve_condition_stp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/expression/solve_condition_stp.py b/example/expression/solve_condition_stp.py
index 67d536d5..2a3b42fd 100644
--- a/example/expression/solve_condition_stp.py
+++ b/example/expression/solve_condition_stp.py
@@ -143,7 +143,7 @@ if __name__ == '__main__':
         else:
             return ExprId(string_parsed, size=32)
 
-    my_var_parser = parse_ast(my_ast_id2expr, my_ast_int2expr)
+    my_var_parser = ParseAst(my_ast_id2expr, my_ast_int2expr)
     base_expr.setParseAction(my_var_parser)
 
     argc = ExprId('argc', 32)