libjit.git - libjit

index : libjit.git
libjit
summary refs log tree commit diff
path: root/jit/jit-setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'jit/jit-setjmp.h')
-rw-r--r--jit/jit-setjmp.h 6
1 files changed, 3 insertions, 3 deletions
diff --git a/jit/jit-setjmp.h b/jit/jit-setjmp.h
index b2baa65..1b0bafe 100644
--- a/jit/jit-setjmp.h
+++ b/jit/jit-setjmp.h
@@ -34,12 +34,12 @@ typedef struct jit_jmp_buf
{
jmp_buf buf;
jit_backtrace_t trace;
- void *catcher;
+ void *catch_pc;
struct jit_jmp_buf *parent;
} jit_jmp_buf;
-#define jit_jmp_catcher_offset \
- ((jit_nint)&(((jit_jmp_buf *)0)->catcher))
+#define jit_jmp_catch_pc_offset \
+ ((jit_nint)&(((jit_jmp_buf *)0)->catch_pc))
/*
* Push a "setjmp" buffer onto the current thread's unwind stck.
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月17日 04:32:50 +0000

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