From cf2f3d3b755d3374cc2f77973339c44c18057130 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Fri, 2 Dec 2011 08:34:19 -0800 Subject: [PATCH] Correct the inverted check Typo when manually applying the previous commit. --- src/x86_64/Gstash_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86_64/Gstash_frame.c b/src/x86_64/Gstash_frame.c index b09f247d..962b103f 100644 --- a/src/x86_64/Gstash_frame.c +++ b/src/x86_64/Gstash_frame.c @@ -81,7 +81,7 @@ tdep_stash_frame (struct dwarf_cursor *d, struct dwarf_reg_state *rs) their ucontext_t offsets. Confirm DWARF info agrees with the offsets we expect. */ -#ifdef NDEBUG +#ifndef NDEBUG const unw_word_t uc = c->sigcontext_addr; assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP);