Module Name: src Committed By: joerg Date: Tue Mar 25 10:03:51 UTC 2014
Modified Files: src/external/gpl3/gcc/dist/libgcc: unwind-sjlj.c Log Message: Cast to _Unwind_Ptr here as well. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c diff -u src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c:1.2 src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c:1.3 --- src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c:1.2 Mon Mar 24 21:26:01 2014 +++ src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c Tue Mar 25 10:03:51 2014 @@ -234,7 +234,7 @@ _Unwind_SetIP (struct _Unwind_Context *c _Unwind_Ptr _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) { - return context->fc->lsda; + return (_Unwind_Ptr) context->fc->lsda; } _Unwind_Ptr