|
@@ -985,7 +985,7 @@ static int debuginfo__find_probes(struct debuginfo *dbg,
|
|
|
|
|
|
#if _ELFUTILS_PREREQ(0, 142)
|
|
#if _ELFUTILS_PREREQ(0, 142)
|
|
/* Get the call frame information from this dwarf */
|
|
/* Get the call frame information from this dwarf */
|
|
- pf->cfi = dwarf_getcfi(dbg->dbg);
|
|
|
|
|
|
+ pf->cfi = dwarf_getcfi_elf(dwarf_getelf(dbg->dbg));
|
|
#endif
|
|
#endif
|
|
|
|
|
|
off = 0;
|
|
off = 0;
|