Message ID | alpine.LNX.2.00.1111101441330.4527@zhemvz.fhfr.qr |
---|---|
State | New |
Headers | show |
Index: libgcc/config/rs6000/linux-unwind.h =================================================================== --- libgcc/config/rs6000/linux-unwind.h (revision 181252) +++ libgcc/config/rs6000/linux-unwind.h (working copy) @@ -368,7 +368,7 @@ frob_update_context (struct _Unwind_Cont before the bctrl so this is the first and only place we need to use the stored R2. */ _Unwind_Word sp = _Unwind_GetGR (context, 1); - _Unwind_SetGRPtr (context, 2, sp + 40); + _Unwind_SetGRPtr (context, 2, (void *)(sp + 40)); } } }