Browse Source

* Patch from Fuxin Zhang: FPC_HAS_INTERNAL_SAR set for mips and mipsel CPUs

git-svn-id: trunk@21532 -
pierre 13 years ago
parent
commit
d6d237d688
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -2765,7 +2765,7 @@ begin
 
 
 { these cpus have an inline sar implementaion }
 { these cpus have an inline sar implementaion }
 { currently, all supported CPUs have an internal sar implementation }
 { currently, all supported CPUs have an internal sar implementation }
-{ $if defined(x86) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(sparc)}
+{ $if defined(x86) or defined(arm) or defined(powerpc) or defined(powerpc64) or defined(sparc) or defined(mips) or defined(mipsel)}
   def_system_macro('FPC_HAS_INTERNAL_SAR');
   def_system_macro('FPC_HAS_INTERNAL_SAR');
 { $endif}
 { $endif}