mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
* changed the threadvars table count back from
tai_const.create_32bit_unaligned() into tai_const.create_32bit() after r31649 (Lazarus autocompletion...) (fixes webtbs/tw3540.pp regression) git-svn-id: trunk@31661 -
This commit is contained in:
parent
06fc6ac491
commit
381270bf30
@ -786,7 +786,7 @@ implementation
|
||||
inc(count);
|
||||
end;
|
||||
{ set the count at the start }
|
||||
placeholder.replace(tai_const.Create_32bit_unaligned(count),u32inttype);
|
||||
placeholder.replace(tai_const.Create_32bit(count),u32inttype);
|
||||
placeholder.free;
|
||||
{ insert in data segment }
|
||||
sym:=current_asmdata.DefineAsmSymbol('FPC_THREADVARTABLES',AB_GLOBAL,AT_DATA);
|
||||
|
Loading…
Reference in New Issue
Block a user