git-svn-id: branches/jvmbackend@18560 -
@@ -1144,7 +1144,8 @@ implementation
sep:=' ';
end;
- owner.AsmWriteLn(s);
+ owner.AsmWritePChar(PChar(s));
+ owner.AsmLn;
{****************************************************************************}