mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 03:51:01 +02:00
* fixed debug info for enum types after r10189
git-svn-id: trunk@10197 -
This commit is contained in:
parent
30adb3a855
commit
84401d2226
@ -575,7 +575,8 @@ implementation
|
||||
st:=st+GetSymName(p)+':'+tostr(p.value)+',';
|
||||
p:=p.nextenum;
|
||||
end;
|
||||
st[length(st)]:=';';
|
||||
{ the final ',' is required to have a valid stabs }
|
||||
st:=st+';';
|
||||
write_def_stabstr(list,def,st);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user