1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 07:37:38 +01:00

(unw_resume): If UNW_LOCAL_ONLY is defined, directly call ia64_local_resume().

(Logical change 1.8)
This commit is contained in:
mostang.com!davidm 2002-02-28 16:24:48 +00:00
parent 155b35c2cf
commit 2353a19c67

View file

@ -29,7 +29,7 @@ unw_resume (unw_cursor_t *cursor)
struct ia64_cursor *c = (struct ia64_cursor *) cursor;
#ifdef UNW_LOCAL_ONLY
# error fix me.
return ia64_local_resume (cursor, c->uc);
#else
return (*c->acc.resume) (cursor, c->acc.arg);
#endif