mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 04:46:26 +08:00
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
This commit is contained in:
parent
86251d8162
commit
320daf529e
@ -1,3 +1,8 @@
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user