Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 jit/exception.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jit/exception.c b/jit/exception.c
index b412e25..8274eaa 100644
--- a/jit/exception.c
+++ b/jit/exception.c
@@ -352,7 +352,7 @@ print_exception_table(const struct vm_method *method,
 
                if (!eh->catch_type) {
                        trace_printf("all\n");
-                       return;
+                       continue;
                }
 
                const struct vm_class *catch_class;
-- 
1.6.0.4


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to