diff --git a/gnu/dist/gcc/gcc/unwind-sjlj.c b/gnu/dist/gcc/gcc/unwind-sjlj.c index 7b523384647f..376c69004eaf 100644 --- a/gnu/dist/gcc/gcc/unwind-sjlj.c +++ b/gnu/dist/gcc/gcc/unwind-sjlj.c @@ -180,7 +180,7 @@ _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *context) { /* ??? Ideally __builtin_setjmp places the CFA in the jmpbuf. */ - return NULL; + return 0; } void