Explorar o código

* use the generic implementation of abs for the i8086

git-svn-id: branches/i8086@24004 -
nickysn %!s(int64=12) %!d(string=hai) anos
pai
achega
44ef72e1a4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      compiler/x86/nx86inl.pas

+ 4 - 0
compiler/x86/nx86inl.pas

@@ -60,7 +60,9 @@ interface
 
           procedure second_prefetch;override;
 
+{$ifndef i8086}
           procedure second_abs_long;override;
+{$endif not i8086}
           procedure second_popcnt;override;
        private
           procedure load_fpu_location;
@@ -434,6 +436,7 @@ implementation
        end;
 
 
+{$ifndef i8086}
     procedure tx86inlinenode.second_abs_long;
       var
         hregister : tregister;
@@ -470,6 +473,7 @@ implementation
             current_asmdata.CurrAsmList.concat(hp);
           end;
       end;
+{$endif not i8086}
 
 {*****************************************************************************
                      INCLUDE/EXCLUDE GENERIC HANDLING