Rewrite the exception region routines to make them easier - libjit.git - libjit

index : libjit.git
libjit
summary refs log tree commit diff
path: root/jit/jit-except.c
diff options
context:
space:
mode:
authorRhys Weatherley <rweather@southern-storm.com.au>2004年05月24日 04:19:42 +0000
committerRhys Weatherley <rweather@southern-storm.com.au>2004年05月24日 04:19:42 +0000
commit04320d4509faebf34b82bfab59155ad4f61b72ae (patch)
tree00dd2c4c81deb96888e7629e107cebe526b6d966 /jit/jit-except.c
parenta37f62c265163c3d6682434c39f3df47c53cb6fb (diff)
downloadlibjit-04320d4509faebf34b82bfab59155ad4f61b72ae.tar.gz
Rewrite the exception region routines to make them easier
to use from CLI and JVM style systems.
Diffstat (limited to 'jit/jit-except.c')
-rw-r--r--jit/jit-except.c 2
1 files changed, 1 insertions, 1 deletions
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;
}
generated by cgit v1.2.3 (git 2.46.0) at 2025年10月01日 03:52:40 +0000

AltStyle によって変換されたページ (->オリジナル) /