Browse Source

* forgotten commit

git-svn-id: trunk@9334 -
florian 17 years ago
parent
commit
d08abbca46
1 changed files with 0 additions and 12 deletions
  1. 0 12
      rtl/i386/i386.inc

+ 0 - 12
rtl/i386/i386.inc

@@ -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