Skip to content
Commit 7c1395a7 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tilegx32: avoid a a -Werror warning from unwinding

The _Unwind_GetCFA() routine returns a 64-bit value,
which we interpret as a pointer.  Add an intermediate
cast to long so that in ILP32 mode we don't get a warning
about casting a wrong-sized integer to a pointer.
parent 3c87c616
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment