mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:29:41 +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)+',';
|
st:=st+GetSymName(p)+':'+tostr(p.value)+',';
|
||||||
p:=p.nextenum;
|
p:=p.nextenum;
|
||||||
end;
|
end;
|
||||||
st[length(st)]:=';';
|
{ the final ',' is required to have a valid stabs }
|
||||||
|
st:=st+';';
|
||||||
write_def_stabstr(list,def,st);
|
write_def_stabstr(list,def,st);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user