From 0b65016a379a09da446437f3c1efcf95854fa189 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 20 Aug 2003 18:02:30 +0000 Subject: [PATCH] (ia64_find_save_locs): Fix typo: check for -UNW_ESTOPUNWIND. (Logical change 1.93) --- src/ia64/Gscript-ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia64/Gscript-ia64.c b/src/ia64/Gscript-ia64.c index 52b88f76..a8008408 100644 --- a/src/ia64/Gscript-ia64.c +++ b/src/ia64/Gscript-ia64.c @@ -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;