mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-14 12:47:39 +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;
|
anyhasalias:=false;
|
||||||
{ if the procedure has the exported name as one of its aliases, we don't
|
{ if the procedure has the exported name as one of its aliases, we don't
|
||||||
need a separate stub }
|
need a separate stub }
|
||||||
|
pd:=nil;
|
||||||
for i:=0 to tprocsym(hp.sym).procdeflist.count-1 do
|
for i:=0 to tprocsym(hp.sym).procdeflist.count-1 do
|
||||||
begin
|
begin
|
||||||
pd:=tprocdef(tprocsym(hp.sym).procdeflist[i]);
|
pd:=tprocdef(tprocsym(hp.sym).procdeflist[i]);
|
||||||
|
@ -217,6 +217,7 @@ implementation
|
|||||||
(orgsize<>size) and
|
(orgsize<>size) and
|
||||||
assigned(cgpara.location^.next);
|
assigned(cgpara.location^.next);
|
||||||
paralocidx:=0;
|
paralocidx:=0;
|
||||||
|
fielddef:=nil;
|
||||||
while assigned(location) do
|
while assigned(location) do
|
||||||
begin
|
begin
|
||||||
if userecord then
|
if userecord then
|
||||||
|
Loading…
Reference in New Issue
Block a user