1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-26 09:07:38 +01:00

Silence a compiler warning

This commit is contained in:
Giuseppe Scrivano 2010-04-12 10:45:31 -07:00 committed by Arun Sharma
parent 42bc15c72c
commit eb8857a324

View file

@ -153,9 +153,6 @@ x86_get_scratch_loc (struct cursor *c, unw_regnum_t reg)
case X86_SCF_LINUX_RT_SIGFRAME: case X86_SCF_LINUX_RT_SIGFRAME:
addr += LINUX_UC_MCONTEXT_OFF; addr += LINUX_UC_MCONTEXT_OFF;
break; break;
default:
return DWARF_NULL_LOC;
} }
switch (reg) switch (reg)