search for: 31a9bdf

Displaying 1 result from an estimated 1 matches for "31a9bdf".

2007 Oct 26
0
8 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c test/trace
...AsContext * context, commit c9d43105c71931ba583ff12dd0adf5624e50aaa8 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sat Oct 27 01:19:50 2007 +0300 Don't abort when we get an unhandled exception diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c index 31a9bdf..531ff00 100644 --- a/libswfdec/swfdec_as_context.c +++ b/libswfdec/swfdec_as_context.c @@ -818,7 +818,8 @@ start: pc = frame->pc; } if (context->throwing) { - swfdec_as_context_abort (context, "Unhandled exception"); + SWFDEC_ERROR ("Unhandled except...