* forgotten commit

git-svn-id: trunk@9334 -
This commit is contained in:
florian 2007-11-25 20:49:57 +00:00
parent fb8bbd5ff0
commit d08abbca46

View File

@ -1054,18 +1054,6 @@ end;
Math
****************************************************************************}
{$define FPC_SYSTEM_HAS_ABS_LONGINT}
function abs(l:longint):longint; assembler;nostackframe;{$ifdef SYSTEMINLINE}inline;{$endif}
asm
{$ifndef REGCALL}
movl l,%eax
{$endif}
cltd
xorl %edx,%eax
subl %edx,%eax
end;
{$define FPC_SYSTEM_HAS_SQR_LONGINT}
function sqr(l:longint):longint;assembler;nostackframe;{$ifdef SYSTEMINLINE}inline;{$endif}
asm