]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 15 Oct 2012 14:09:13 +0000 (16:09 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 15 Oct 2012 14:09:13 +0000 (16:09 +0200)
libdwfl/dwfl_frame_unwind.c

index 90dbabf07693b9a7aaa90c2d0f387f6935b36677..fc70a95a1cfa731fdc616b3f542e345a02fbaac5 100644 (file)
@@ -475,7 +475,7 @@ handle_cfi (Dwfl_Frame_State **statep, Dwarf_Addr pc, Dwfl_Module *mod,
   if (INTUSE(dwarf_cfi_addrframe) (cfi, pc - bias, &frame) != 0)
     {
       int dw_errno = dwarf_errno ();
-      if (dw_errno == DWFL_E_NO_MATCH)
+      if (dw_errno == DWARF_E_NO_MATCH)
        {
          if (! no_fde (pc, mod, bias))
            return false;