diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/unwind-midipix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unwind-midipix.c b/gcc/unwind-midipix.c index 61907e176..ff448bf20 100644 --- a/gcc/unwind-midipix.c +++ b/gcc/unwind-midipix.c @@ -25,10 +25,10 @@ #include "unwind-c.c" int __gcc_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, |