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 c1c1d263..48691a33 100644
--- a/loc2c-test.c
+++ b/loc2c-test.c
@@ -115,7 +115,7 @@ handle_variable (Dwarf_Die *lscopes, int lnscopes, int out,
if (nscopes == -1)
error (2, 0, _("cannot get die scopes inlined_subroutine: %s"),
dwarf_errmsg (-1));
- inner = 1;
+ inner = 0; // zero is current scope, for look will increase.
out = -1;
}
break;