summaryrefslogtreecommitdiffstats
path: root/loc2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'loc2c.c')
-rw-r--r--loc2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loc2c.c b/loc2c.c
index 3eae22e2..8f8653ae 100644
--- a/loc2c.c
+++ b/loc2c.c
@@ -535,7 +535,7 @@ translate (struct obstack *pool, int indent, Dwarf_Addr addrbias,
DIE ("DW_OP_implicit_value used in invalid context (no dwarf attribute, ABI return value location?)");
else
{
-#if ! _ELFUTILS_PREREQ(0,143)
+#if _ELFUTILS_PREREQ(0,143)
Dwarf_Block block;
Dwarf_Op *op = (Dwarf_Op *) &expr[i];
if (dwarf_getlocation_implicit_value (attr, op, &block) != 0)