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

git-svn-id: trunk@21543 -
This commit is contained in:
pierre 2012-06-08 09:43:09 +00:00
parent 651589c9a4
commit 594a0e6217

View File

@ -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 }