mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 23:09:40 +02:00
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore, one missing
git-svn-id: trunk@21543 -
This commit is contained in:
parent
651589c9a4
commit
594a0e6217
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user