]> git.siccegge.de Git - frida/frida.git/commit
Don't create empty blocks for unconditional jumps out of the text segment
authorChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Tue, 19 May 2015 15:57:43 +0000 (17:57 +0200)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Tue, 19 May 2015 17:04:58 +0000 (19:04 +0200)
commit87cd2baa79a6bbfaaad9d0c69bbf1fdb7462c20a
tree8dbac9dd0bb9c90c70155e25f2092b03f9b56faf
parent5d65588185f3d19fc6fa311f642cc5fd78966087
Don't create empty blocks for unconditional jumps out of the text segment

These are most likely optimized tail-calls and should be handles as
such.

Ref T34
src/disassembler/llvm/LLVMDisassembler.cxx