summaryrefslogtreecommitdiff
path: root/src/dwarf/Gexpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwarf/Gexpr.c')
-rw-r--r--src/dwarf/Gexpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dwarf/Gexpr.c b/src/dwarf/Gexpr.c
index 22747c63..882f4dac 100644
--- a/src/dwarf/Gexpr.c
+++ b/src/dwarf/Gexpr.c
@@ -578,8 +578,8 @@ if (stackerror) \
case DW_OP_neg:
Debug (15, "OP_neg\n");
- unw_word_t tmp UNUSED = pop ();
- push (~tmp + 1);
+ tmp1 = pop ();
+ push (~tmp1 + 1);
break;
case DW_OP_not: