mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
Correct the inverted check
Typo when manually applying the previous commit.
This commit is contained in:
parent
2f328202ee
commit
cf2f3d3b75
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue