1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

Fix compiler warnings on x86 Linux

This commit is contained in:
Arun Sharma 2010-04-14 18:54:20 -07:00 committed by Arun Sharma
parent 127acf8e97
commit 5a70fab451

View file

@ -153,6 +153,9 @@ 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)