summaryrefslogtreecommitdiff
path: root/src/arch/dalvik
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-15 15:13:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-15 15:13:52 (GMT)
commit1aac673d39180b661f6a2dc5ff6335a1cfa0b0a7 (patch)
treeec410e5e959e6de9cff29e3032443b1067f2c522 /src/arch/dalvik
parent4c5f0e1341b094fed40f9e6944134545f971b1eb (diff)
Avoided many infinite loops when computing ranks in Dalvik basic blocks.
Diffstat (limited to 'src/arch/dalvik')
-rw-r--r--src/arch/dalvik/opdefs/throw_27.d6
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)
+
+ }
+
}