]> git.siccegge.de Git - frida/frida.git/commitdiff
Finish current function before starting next one
authorChristoph Egger <Christoph.Egger@fau.de>
Tue, 10 Mar 2015 11:34:36 +0000 (12:34 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Tue, 10 Mar 2015 11:34:36 +0000 (12:34 +0100)
When BasicBlocks appear in multiple functions, we ran into the situation
where a unfinished basicblock is included in a different function and
causing bad loops as it's end address wasn't set yet


No differences found