|
@@ -902,7 +902,7 @@ implementation
|
|
|
hal : tasmlisttype;
|
|
|
begin
|
|
|
{$ifdef EXTDEBUG}
|
|
|
- if assigned(current_module.mainsource) then
|
|
|
+ if current_module.mainsource<>'' then
|
|
|
comment(v_info,'Start writing intel-styled assembler output for '+current_module.mainsource);
|
|
|
{$endif}
|
|
|
if target_asm.id<>as_x86_64_masm then
|
|
@@ -943,7 +943,7 @@ implementation
|
|
|
AsmLn;
|
|
|
|
|
|
{$ifdef EXTDEBUG}
|
|
|
- if assigned(current_module.mainsource) then
|
|
|
+ if current_module.mainsource<>'' then
|
|
|
comment(v_info,'Done writing intel-styled assembler output for '+current_module.mainsource);
|
|
|
{$endif EXTDEBUG}
|
|
|
end;
|