1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Fix warnings on 32 bit x86

This commit is contained in:
Arun Sharma 2010-04-08 03:12:05 -07:00
parent caa6095aec
commit d1676f192e

View file

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