1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-24 05:35:18 +02:00

HPPA: kludge out unused variable in unw_get_save_loc() stub

This commit is contained in:
Tommi Rantala 2012-09-12 11:00:49 +03:00
parent fc38a5339d
commit cc6cd621ea

View file

@ -28,7 +28,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
PROTECTED int
unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
{
struct cursor *c = (struct cursor *) cursor;
/* struct cursor *c = (struct cursor *) cursor; */
dwarf_loc_t loc;
loc = DWARF_NULL_LOC; /* default to "not saved" */