author | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年05月24日 04:19:42 +0000 |
---|---|---|
committer | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年05月24日 04:19:42 +0000 |
commit | 04320d4509faebf34b82bfab59155ad4f61b72ae (patch) | |
tree | 00dd2c4c81deb96888e7629e107cebe526b6d966 /jit/jit-except.c | |
parent | a37f62c265163c3d6682434c39f3df47c53cb6fb (diff) | |
download | libjit-04320d4509faebf34b82bfab59155ad4f61b72ae.tar.gz |
-rw-r--r-- | jit/jit-except.c | 2 |
diff --git a/jit/jit-except.c b/jit/jit-except.c index 7a63942..2f34bf7 100644 --- a/jit/jit-except.c +++ b/jit/jit-except.c @@ -485,7 +485,7 @@ void _jit_unwind_push_setjmp(jit_jmp_buf *jbuf) if(control) { jbuf->trace = control->backtrace_head; - jbuf->catcher = 0; + jbuf->catch_pc = 0; jbuf->parent = control->setjmp_head; control->setjmp_head = jbuf; } |