Commit 56dc349e by Paul Brook Committed by Bernd Schmidt

* unwind-arm-common.inc: Handle ID3/4 unwinding data.

From-SVN: r180313
parent d2e312d7
2011-10-21 Paul Brook <paul@codesourcery.com>
* unwind-arm-common.inc: Handle ID3/4 unwinding data.
2011-10-16 Uros Bizjak <ubizjak@gmail.com>
Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -583,7 +583,7 @@ __gnu_unwind_pr_common (_Unwind_State state,
uws.words_left = 0;
uws.bytes_left = 3;
}
else
else if (id < 3)
{
uws.words_left = (uws.data >> 16) & 0xff;
uws.data <<= 16;
......
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