mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:41:35 +02:00
lazutils: fixed compilation 64bit
git-svn-id: trunk@35681 -
This commit is contained in:
parent
a34071502e
commit
68db2466b5
@ -641,7 +641,7 @@ var
|
|||||||
arc : PBezierStack;
|
arc : PBezierStack;
|
||||||
a, b : Long;
|
a, b : Long;
|
||||||
begin
|
begin
|
||||||
{$IFNDEF NO_ASM} {$asmmode intel}
|
{$IF defined(CPU32) and undefined(NO_ASM)} {$asmmode intel}
|
||||||
asm
|
asm
|
||||||
push esi
|
push esi
|
||||||
push ebx
|
push ebx
|
||||||
|
Loading…
Reference in New Issue
Block a user