mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
* ensure that the section with the case-labels is 8-Byte aligned
This commit is contained in:
parent
0e39308416
commit
ad4fe174b1
@ -276,7 +276,7 @@ implementation
|
||||
will occur, but also full 64-bit references to avoid problems with
|
||||
relative references }
|
||||
sectype:=sec_rodata;
|
||||
new_section(current_procinfo.aktlocaldata,sectype,lower(current_procinfo.procdef.mangledname),getprocalign);
|
||||
new_section(current_procinfo.aktlocaldata,sectype,lower(current_procinfo.procdef.mangledname),sizeof(aint));
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user