2
0
Эх сурвалжийг харах

* fixed non-x86 compilation after r9333

git-svn-id: trunk@9335 -
Jonas Maebe 18 жил өмнө
parent
commit
26930be303
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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');