Explorar o código

* fixed non-x86 compilation after r9333

git-svn-id: trunk@9335 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
26930be303
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -2141,7 +2141,9 @@ begin
   def_system_macro('FPC_STRTOCHARARRAYPROC');
   def_system_macro('FPC_NEW_BIGENDIAN_SETS');
   def_system_macro('FPC_STRTOSHORTSTRINGPROC');
+{$ifdef x86}
   def_system_macro('FPC_HAS_INTERNAL_ABS_LONG');
+{$endif}
 
 {$ifdef SUPPORT_UNALIGNED}
   def_system_macro('FPC_SUPPORTS_UNALIGNED');