---
 src/hppa/Gstep.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hppa/Gstep.c b/src/hppa/Gstep.c
index abff456..1362013 100644
--- a/src/hppa/Gstep.c
+++ b/src/hppa/Gstep.c
@@ -62,7 +62,7 @@ unw_step (unw_cursor_t *cursor)
          c->sigcontext_addr = sc_addr;
          c->dwarf.ret_addr_column = UNW_HPPA_RP;
 
-         if ((ret = dwarf_get (&c->dwarf, iaoq_loc, &ip)) , 0)
+         if ((ret = dwarf_get (&c->dwarf, iaoq_loc, &ip)) < 0)
            {
              Debug (2, "failed to read IAOQ[1] (ret=%d)\n", ret);
              return ret;
-- 
1.7.9.5


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to