mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 05:40:28 +02:00
* fix compilation with extdebug
git-svn-id: trunk@21705 -
This commit is contained in:
parent
8c8883cc35
commit
6ae2a43161
@ -1539,7 +1539,7 @@ implementation
|
||||
i: longint;
|
||||
begin
|
||||
{$ifdef EXTDEBUG}
|
||||
if assigned(current_module.mainsource) then
|
||||
if current_module.mainsource<>'' then
|
||||
Comment(V_Debug,'Start writing gas-styled assembler output for '+current_module.mainsource);
|
||||
{$endif}
|
||||
|
||||
@ -1583,7 +1583,7 @@ implementation
|
||||
|
||||
AsmLn;
|
||||
{$ifdef EXTDEBUG}
|
||||
if assigned(current_module.mainsource) then
|
||||
if current_module.mainsource<>'' then
|
||||
Comment(V_Debug,'Done writing gas-styled assembler output for '+current_module.mainsource);
|
||||
{$endif EXTDEBUG}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user