mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
* when setting up the symbol for the SEH data don't check whether it is global, instead check whether it's a function
git-svn-id: trunk@47107 -
This commit is contained in:
parent
7a1903cc8f
commit
0c2494bec8
@ -313,10 +313,11 @@ unit agcpugas;
|
|||||||
tmplist.free;
|
tmplist.free;
|
||||||
tmplist:=nil;
|
tmplist:=nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
ait_symbol:
|
ait_symbol:
|
||||||
begin
|
begin
|
||||||
if tai_symbol(hp).is_global then
|
if tai_symbol(hp).sym.typ=AT_FUNCTION then
|
||||||
lastsym:=tai_symbol(hp);
|
lastsym:=tai_symbol(hp);
|
||||||
end;
|
end;
|
||||||
ait_instruction:
|
ait_instruction:
|
||||||
|
Loading…
Reference in New Issue
Block a user