1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 15:47:37 +01:00

Fix a compiler warning

This commit is contained in:
Arun Sharma 2010-04-25 09:24:40 -07:00 committed by Arun Sharma
parent 045c55b2a2
commit d3c4bc4295

View file

@ -92,7 +92,6 @@ unw_handle_signal_frame (unw_cursor_t *cursor)
Hence dwarf_step() should never call this function. Maybe
restore old non-dwarf signal handling here, but then the
gating on unw_is_signal_frame() needs to be removed. */
struct cursor *c = (struct cursor *) cursor;
Debug(1, "old format signal frame? format=%d addr=0x%lx cfa=0x%lx\n",
c->sigcontext_format, c->sigcontext_addr, c->dwarf.cfa);
assert(c->sigcontext_format == X86_64_SCF_LINUX_RT_SIGFRAME);