diff --git a/compiler/agjasmin.pas b/compiler/agjasmin.pas index ff5b05034f..7c2b5668c6 100644 --- a/compiler/agjasmin.pas +++ b/compiler/agjasmin.pas @@ -1144,7 +1144,8 @@ implementation sep:=' '; end; end; - owner.AsmWriteLn(s); + owner.AsmWritePChar(PChar(s)); + owner.AsmLn; end; {****************************************************************************}