mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 22:27:30 +01:00
lazutils: fixed compilation 32bit
git-svn-id: trunk@35687 -
This commit is contained in:
parent
3ce45defdf
commit
946004d921
@ -641,7 +641,7 @@ var
|
||||
arc : PBezierStack;
|
||||
a, b : Long;
|
||||
begin
|
||||
{$IF defined(CPU32) and undefined(NO_ASM)} {$asmmode intel}
|
||||
{$IF defined(CPU32) and not defined(NO_ASM)} {$asmmode intel}
|
||||
asm
|
||||
push esi
|
||||
push ebx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user