Commit 320daf52 by Richard Sandiford Committed by Richard Sandiford

eh_personality.cc (parse_lsda_header): Change type of tmp from _Unwind_Ptr to _Unwind_Word.

	* libsupc++/eh_personality.cc (parse_lsda_header): Change type of
	tmp from _Unwind_Ptr to _Unwind_Word.

From-SVN: r45360
parent 86251d81
2001-09-03 Richard Sandiford <rsandifo@redhat.com>
* libsupc++/eh_personality.cc (parse_lsda_header): Change type of
tmp from _Unwind_Ptr to _Unwind_Word.
2001-08-31 Jason Merrill <jason_merrill@redhat.com>
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Simplify
......
......@@ -52,7 +52,7 @@ static const unsigned char *
parse_lsda_header (_Unwind_Context *context, const unsigned char *p,
lsda_header_info *info)
{
_Unwind_Ptr tmp;
_Unwind_Word tmp;
unsigned char lpstart_encoding;
info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
......
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