mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 16:02:32 +02:00
* the size of the CIE_pointer in an FDE is always 32 bit
git-svn-id: trunk@48507 -
This commit is contained in:
parent
64bd8336f1
commit
1e960a9aeb
@ -435,7 +435,8 @@ implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
tc:=tai_const.create_sym(cielabel);
|
||||
{ according to the dwarf (2 to 4) standard, this is an uword being always 32 bit unsigned }
|
||||
tc:=tai_const.create_type_sym(aitconst_32bit,cielabel);
|
||||
{ force label offset to secrel32 for windows systems }
|
||||
if (target_info.system in systems_windows+systems_wince) then
|
||||
tc.consttype:=aitconst_secrel32_symbol;
|
||||
|
Loading…
Reference in New Issue
Block a user