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:
parent
42bc15c72c
commit
eb8857a324
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ x86_get_scratch_loc (struct cursor *c, unw_regnum_t reg)
|
|||
case X86_SCF_LINUX_RT_SIGFRAME:
|
||||
addr += LINUX_UC_MCONTEXT_OFF;
|
||||
break;
|
||||
|
||||
default:
|
||||
return DWARF_NULL_LOC;
|
||||
}
|
||||
|
||||
switch (reg)
|
||||
|
|
Loading…
Reference in a new issue