mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-13 23:26:08 +02:00
* fixed llvm compiler compilation with -O3/-Oodfa
git-svn-id: branches/debug_eh@40590 -
This commit is contained in:
parent
752a28a41d
commit
1a0ffbc82b
@ -139,6 +139,7 @@ begin
|
||||
anyhasalias:=false;
|
||||
{ if the procedure has the exported name as one of its aliases, we don't
|
||||
need a separate stub }
|
||||
pd:=nil;
|
||||
for i:=0 to tprocsym(hp.sym).procdeflist.count-1 do
|
||||
begin
|
||||
pd:=tprocdef(tprocsym(hp.sym).procdeflist[i]);
|
||||
|
@ -217,6 +217,7 @@ implementation
|
||||
(orgsize<>size) and
|
||||
assigned(cgpara.location^.next);
|
||||
paralocidx:=0;
|
||||
fielddef:=nil;
|
||||
while assigned(location) do
|
||||
begin
|
||||
if userecord then
|
||||
|
Loading…
Reference in New Issue
Block a user