mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 20:58:40 +02:00
* support opcode+operands > 255 characters (e.g. when loading string constants)
git-svn-id: branches/jvmbackend@18560 -
This commit is contained in:
parent
0fa1c9bbdd
commit
8248e6762f
@ -1144,7 +1144,8 @@ implementation
|
|||||||
sep:=' ';
|
sep:=' ';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
owner.AsmWriteLn(s);
|
owner.AsmWritePChar(PChar(s));
|
||||||
|
owner.AsmLn;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{****************************************************************************}
|
{****************************************************************************}
|
||||||
|
Loading…
Reference in New Issue
Block a user