diff --git a/ide/compileroptions.pp b/ide/compileroptions.pp index 9798a06e73..0347fee81e 100644 --- a/ide/compileroptions.pp +++ b/ide/compileroptions.pp @@ -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