mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(unw_resume): If UNW_LOCAL_ONLY is defined, directly call ia64_local_resume().
(Logical change 1.8)
This commit is contained in:
parent
155b35c2cf
commit
2353a19c67
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ unw_resume (unw_cursor_t *cursor)
|
||||||
struct ia64_cursor *c = (struct ia64_cursor *) cursor;
|
struct ia64_cursor *c = (struct ia64_cursor *) cursor;
|
||||||
|
|
||||||
#ifdef UNW_LOCAL_ONLY
|
#ifdef UNW_LOCAL_ONLY
|
||||||
# error fix me.
|
return ia64_local_resume (cursor, c->uc);
|
||||||
#else
|
#else
|
||||||
return (*c->acc.resume) (cursor, c->acc.arg);
|
return (*c->acc.resume) (cursor, c->acc.arg);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue