mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 12:59:53 +02:00
IDE: fpc params: assembler style: add missing space
git-svn-id: branches/fixes_1_4@48936 -
This commit is contained in:
parent
44faf4bfd0
commit
73c6d3d245
@ -2802,9 +2802,9 @@ begin
|
||||
|
||||
{ Assembler reading style -Ratt = AT&T -Rintel = Intel -Rdirect = direct }
|
||||
case AssemblerStyle of
|
||||
1: switches := switches + '-Rintel';
|
||||
2: switches := switches + '-Ratt';
|
||||
3: switches := switches + '-Rdirect';
|
||||
1: switches := switches + ' -Rintel';
|
||||
2: switches := switches + ' -Ratt';
|
||||
3: switches := switches + ' -Rdirect';
|
||||
end;
|
||||
|
||||
// Syntax Options
|
||||
|
Loading…
Reference in New Issue
Block a user