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

* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore, one missing

git-svn-id: trunk@21543 -
pierre 13 жил өмнө
parent
commit
594a0e6217
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rtl/linux/ostypes.inc

+ 1 - 1
rtl/linux/ostypes.inc

@@ -307,7 +307,7 @@ CONST
   MAP_PRIVATE   =2;
  {$ENDIF}
 
- {$if defined(cpumips)}
+ {$if defined(cpumips) or  defined(cpumipsel)}
   MAP_ANONYMOUS  = $800;
   MAP_GROWSDOWN  = $1000;       { stack-like segment }
   MAP_DENYWRITE  = $2000;       { ETXTBSY }