diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-15 15:13:52 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-15 15:13:52 (GMT) |
commit | 1aac673d39180b661f6a2dc5ff6335a1cfa0b0a7 (patch) | |
tree | ec410e5e959e6de9cff29e3032443b1067f2c522 /src/arch/dalvik/opdefs/throw_27.d | |
parent | 4c5f0e1341b094fed40f9e6944134545f971b1eb (diff) |
Avoided many infinite loops when computing ranks in Dalvik basic blocks.
Diffstat (limited to 'src/arch/dalvik/opdefs/throw_27.d')
-rw-r--r-- | src/arch/dalvik/opdefs/throw_27.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/dalvik/opdefs/throw_27.d b/src/arch/dalvik/opdefs/throw_27.d index 28a8348..79c71dd 100644 --- a/src/arch/dalvik/opdefs/throw_27.d +++ b/src/arch/dalvik/opdefs/throw_27.d @@ -27,4 +27,10 @@ @format 11x + @rules { + + call SetInsFlag(AIF_RETURN_POINT) + + } + } |