* ensure that the section with the case-labels is 8-Byte aligned

This commit is contained in:
Sven/Sarah Barth 2024-11-22 17:55:35 +01:00
parent 0e39308416
commit ad4fe174b1

View File

@ -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