|
@@ -83,6 +83,7 @@ interface
|
|
lastsectype : TAsmSectionType;
|
|
lastsectype : TAsmSectionType;
|
|
procedure WriteSourceLine(hp: tailineinfo);
|
|
procedure WriteSourceLine(hp: tailineinfo);
|
|
procedure WriteTempalloc(hp: tai_tempalloc);
|
|
procedure WriteTempalloc(hp: tai_tempalloc);
|
|
|
|
+ Function DoPipe:boolean;
|
|
public
|
|
public
|
|
{# Returns the complete path and executable name of the assembler
|
|
{# Returns the complete path and executable name of the assembler
|
|
program.
|
|
program.
|
|
@@ -271,7 +272,7 @@ Implementation
|
|
TExternalAssembler
|
|
TExternalAssembler
|
|
*****************************************************************************}
|
|
*****************************************************************************}
|
|
|
|
|
|
- Function DoPipe:boolean;
|
|
|
|
|
|
+ Function TExternalAssembler.DoPipe:boolean;
|
|
begin
|
|
begin
|
|
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
|
|
DoPipe:=(cs_asm_pipe in current_settings.globalswitches) and
|
|
(([cs_asm_extern,cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
|
|
(([cs_asm_extern,cs_asm_leave,cs_link_on_target] * current_settings.globalswitches) = []) and
|