Commit ca0d5e02 by Geoffrey Keating Committed by Geoffrey Keating

* unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.

From-SVN: r124837
parent f8024378
2007-05-18 Geoffrey Keating <geoffk@apple.com>
* unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.
2007-05-18 H.J. Lu <hongjiu.lu@intel.com> 2007-05-18 H.J. Lu <hongjiu.lu@intel.com>
PR target/31989 PR target/31989
......
...@@ -1526,7 +1526,7 @@ uw_install_context_1 (struct _Unwind_Context *current, ...@@ -1526,7 +1526,7 @@ uw_install_context_1 (struct _Unwind_Context *current,
static inline _Unwind_Ptr static inline _Unwind_Ptr
uw_identify_context (struct _Unwind_Context *context) uw_identify_context (struct _Unwind_Context *context)
{ {
return _Unwind_GetIP (context); return _Unwind_GetCFA (context);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment