From f2a400481ce5a8d1ee9319b8f8badee31bbed0d5 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 5 Jun 2019 20:03:49 +0000 Subject: exception handling: coding style: refer to struct __exception_record. --- libstdc++-v3/libsupc++/eh_personality.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/libsupc++/eh_personality.cc b/libstdc++-v3/libsupc++/eh_personality.cc index 3ef761515..29e2e461e 100644 --- a/libstdc++-v3/libsupc++/eh_personality.cc +++ b/libstdc++-v3/libsupc++/eh_personality.cc @@ -733,10 +733,10 @@ PERSONALITY_FUNCTION (int version, extern "C" int __gxx_personality_seh0( - struct _nt_exception_record * erec, + struct __exception_record * erec, void * this_frame, mcontext_t * tctx, - struct _nt_dispatcher_context * dctx) + struct __dispatcher_context * dctx) { return __unwind_exception_filter( erec,this_frame,tctx,dctx, -- cgit v1.2.3