1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00

(ia64_find_save_locs): Fix typo: check for -UNW_ESTOPUNWIND.

(Logical change 1.93)
This commit is contained in:
mostang.com!davidm 2003-08-20 18:02:30 +00:00
parent ba15ba3189
commit 0b65016a37

View file

@ -520,7 +520,7 @@ ia64_find_save_locs (struct cursor *c)
}
if (ret < 0)
{
if (ret != UNW_ESTOPUNWIND)
if (ret != -UNW_ESTOPUNWIND)
dprintf ("%s: failed to locate/build unwind script for ip %lx\n",
__FUNCTION__, (long) c->ip);
goto out;