mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
* write sec_none info in extdebug
This commit is contained in:
parent
6d57995944
commit
7c733ebcca
@ -426,6 +426,13 @@ var
|
|||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
lastfileinfo.line:=-1;
|
lastfileinfo.line:=-1;
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
|
end
|
||||||
|
else
|
||||||
|
begin
|
||||||
|
{$ifdef EXTDEBUG}
|
||||||
|
AsmWrite(target_asm.comment);
|
||||||
|
AsmWriteln(' sec_none');
|
||||||
|
{$endif EXTDEBUG}
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -813,7 +820,10 @@ var
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.23 2003-04-25 20:59:33 peter
|
Revision 1.24 2003-04-28 21:17:53 peter
|
||||||
|
* write sec_none info in extdebug
|
||||||
|
|
||||||
|
Revision 1.23 2003/04/25 20:59:33 peter
|
||||||
* removed funcretn,funcretsym, function result is now in varsym
|
* removed funcretn,funcretsym, function result is now in varsym
|
||||||
and aliases for result and function name are added using absolutesym
|
and aliases for result and function name are added using absolutesym
|
||||||
* vs_hidden parameter for funcret passed in parameter
|
* vs_hidden parameter for funcret passed in parameter
|
||||||
|
Loading…
Reference in New Issue
Block a user