diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/runtime/go-unwind.c')
-rw-r--r-- | llgo/third_party/gofrontend/libgo/runtime/go-unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/runtime/go-unwind.c b/llgo/third_party/gofrontend/libgo/runtime/go-unwind.c index 849256b631f..87d9eb3ef4e 100644 --- a/llgo/third_party/gofrontend/libgo/runtime/go-unwind.c +++ b/llgo/third_party/gofrontend/libgo/runtime/go-unwind.c @@ -141,7 +141,7 @@ __go_check_defer (_Bool *frame) hdr = (struct _Unwind_Exception *) g->exception; -#ifdef LIBGO_SJLJ_EXCEPTIONS +#ifdef __USING_SJLJ_EXCEPTIONS__ _Unwind_SjLj_Resume_or_Rethrow (hdr); #else #if defined(_LIBUNWIND_STD_ABI) |