On 30/11/2012 14:28, Reimar Grabowski wrote:
On Fri, 30 Nov 2012 01:21:28 +0000
Martin <[email protected]> wrote:
Hi,
I need some testers for all the different available platforms.
Trying to run TestScriptProcs I get the following compilation error (along with
a bunch of warnings):
/lazarus/components/PascalScript/Source/x64.inc(144,3) Error: Asm: [push mem32]
invalid combination of opcode and operands
Ubuntu 12.10 / AMD 64 / fpc 2.7.1 rev 23082
@fpc list, can someone tell what the right syntax is?
@Reimar: from a similar case, I would guess (line 144)
push [rcx]
must be
push qword ptr [rcx]
Could you try please?
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus