在 2018/9/9 4:22, Martin Storsjö 写道:
> Signed-off-by: Martin Storsjö <mar...@martin.st>
> ---
>   mingw-w64-headers/crt/excpt.h | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 

This looks good to me.

> diff --git a/mingw-w64-headers/crt/excpt.h b/mingw-w64-headers/crt/excpt.h
> index 7ceaaf1..cdcc8e9 100644
> --- a/mingw-w64-headers/crt/excpt.h
> +++ b/mingw-w64-headers/crt/excpt.h
> @@ -38,10 +38,13 @@ extern "C" {
>     struct _DISPATCHER_CONTEXT;
>   
>     __MINGW_EXTENSION _CRTIMP EXCEPTION_DISPOSITION __cdecl 
> __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord,unsigned 
> __int64 _MemoryStackFp,unsigned __int64 _BackingStoreFp,struct _CONTEXT 
> *_ContextRecord,struct _DISPATCHER_CONTEXT *_DispatcherContext,unsigned 
> __int64 _GlobalPointer);
> -#elif defined(__x86_64)
> +#elif defined(__x86_64) || defined(__arm__) || defined(__aarch64__)
>   
>     struct _EXCEPTION_RECORD;
>     struct _CONTEXT;
> +  struct _DISPATCHER_CONTEXT;
> +
> +  __MINGW_EXTENSION _CRTIMP EXCEPTION_DISPOSITION __cdecl 
> __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord, void 
> *_EstablisherFrame, struct _CONTEXT *_ContextRecord, struct 
> _DISPATCHER_CONTEXT *_DispatcherContext);
>   #endif
>   
>   #define GetExceptionCode _exception_code
> 


-- 
Best regards,
LH_Mouse

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to