diff --git a/src/ia64/unw_resume.c b/src/ia64/unw_resume.c index e40db8ef..1690cc00 100644 --- a/src/ia64/unw_resume.c +++ b/src/ia64/unw_resume.c @@ -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