diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-01-05 15:37:58 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-01-06 14:15:15 +0100 |
| commit | e9494c09013290a382b90e84cd363567d166f687 (patch) | |
| tree | c6a973dd87be704676d588d5ca0a25b0e0c2535b /miasm2/jitter/codegen.py | |
| parent | afdeb68de2b634c600c30f61422f9fd59286376c (diff) | |
| download | miasm-e9494c09013290a382b90e84cd363567d166f687.tar.gz miasm-e9494c09013290a382b90e84cd363567d166f687.zip | |
IR: Call_effects API modification
Old API:
def call_effects(self, addr):
New API:
def call_effects(self, addr, instr):
The addr is the address of the called function
'instr' is the instruction responsible for the call.
The new API is a bit more flexible for model a function.
Diffstat (limited to 'miasm2/jitter/codegen.py')
0 files changed, 0 insertions, 0 deletions