mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 13:59:28 +02:00
* fix writing of augmentation size
git-svn-id: branches/debug_eh@42254 -
This commit is contained in:
parent
e4f821487d
commit
adb8e1b76c
@ -426,7 +426,7 @@ implementation
|
||||
if use_eh_frame then
|
||||
begin
|
||||
{ size of augmentation }
|
||||
list.concat(tai_const.create_8bit(4));
|
||||
list.concat(tai_const.create_8bit(sizeof(pint)));
|
||||
{$ifdef debug_eh}
|
||||
list.concat(tai_comment.Create(strpnew('LSDA')));
|
||||
{$endif debug_eh}
|
||||
|
Loading…
Reference in New Issue
Block a user