* support opcode+operands > 255 characters (e.g. when loading string constants)

git-svn-id: branches/jvmbackend@18560 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:10:26 +00:00
parent 0fa1c9bbdd
commit 8248e6762f

View File

@ -1144,7 +1144,8 @@ implementation
sep:=' ';
end;
end;
owner.AsmWriteLn(s);
owner.AsmWritePChar(PChar(s));
owner.AsmLn;
end;
{****************************************************************************}