summaryrefslogtreecommitdiffstats
path: root/loc2c-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'loc2c-test.c')
-rw-r--r--loc2c-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loc2c-test.c b/loc2c-test.c
index 88e9047c..ccd9510c 100644
--- a/loc2c-test.c
+++ b/loc2c-test.c
@@ -526,10 +526,10 @@ main (int argc, char **argv)
else
{
Dwarf_Op *cfa_ops = NULL;
- size_t cfa_nops;
#ifdef _ELFUTILS_PREREQ
#if _ELFUTILS_PREREQ(0,142)
+ size_t cfa_nops;
Dwarf_Addr bias;
Dwfl_Module *module = dwfl_addrmodule (dwfl, pc);
if (module != NULL)