mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 04:39:34 +02:00
* Typo
This commit is contained in:
parent
5de754a2a1
commit
8bea12a84d
@ -2425,7 +2425,7 @@ implementation
|
|||||||
if assigned(pointertype.def.typesym) then
|
if assigned(pointertype.def.typesym) then
|
||||||
begin
|
begin
|
||||||
if assigned(typesym) then
|
if assigned(typesym) then
|
||||||
st := ttypesym(typesym).name;
|
st := ttypesym(typesym).name
|
||||||
else
|
else
|
||||||
st := ' ';
|
st := ' ';
|
||||||
asmlist.concat(Tai_stabs.create(stabstr_evaluate(
|
asmlist.concat(Tai_stabs.create(stabstr_evaluate(
|
||||||
@ -6185,7 +6185,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.208 2004-01-26 19:43:49 daniel
|
Revision 1.209 2004-01-26 19:54:42 daniel
|
||||||
|
* Typo
|
||||||
|
|
||||||
|
Revision 1.208 2004/01/26 19:43:49 daniel
|
||||||
* Try to recude stack usage of Tpointerdef.concatstabsto
|
* Try to recude stack usage of Tpointerdef.concatstabsto
|
||||||
|
|
||||||
Revision 1.207 2004/01/26 16:12:28 daniel
|
Revision 1.207 2004/01/26 16:12:28 daniel
|
||||||
|
Loading…
Reference in New Issue
Block a user