diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-09-17 22:19:16 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-09-17 22:19:16 +0200 |
commit | 191847e5cf6ae1e2603ff028ea55ed858b758fcc (patch) | |
tree | 06a046c3a275c21ef04da59242bd79f2c90b2fc4 | |
parent | 6ce6af84113edf73e293fe7655ed93f22109020f (diff) | |
download | systemtap-steved-191847e5cf6ae1e2603ff028ea55ed858b758fcc.tar.gz systemtap-steved-191847e5cf6ae1e2603ff028ea55ed858b758fcc.tar.xz systemtap-steved-191847e5cf6ae1e2603ff028ea55ed858b758fcc.zip |
Don't invert the _ELFUTILS_PREREQ(0,143) test...
-rw-r--r-- | loc2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |