mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +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:=nil;
|
||||
end;
|
||||
|
||||
end;
|
||||
ait_symbol:
|
||||
begin
|
||||
if tai_symbol(hp).is_global then
|
||||
if tai_symbol(hp).sym.typ=AT_FUNCTION then
|
||||
lastsym:=tai_symbol(hp);
|
||||
end;
|
||||
ait_instruction:
|
||||
|
Loading…
Reference in New Issue
Block a user