mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 15:42:49 +02:00
* avoid range error for sem_indefinite_wait - fix for web bug #18263 (EMX target)
git-svn-id: trunk@16595 -
This commit is contained in:
parent
87c53a6e29
commit
9b79fb3ac9
@ -25,7 +25,7 @@ const
|
||||
pag_Guard = 8;
|
||||
pag_Commit = $10;
|
||||
obj_Tile = $40;
|
||||
sem_Indefinite_Wait = -1;
|
||||
sem_Indefinite_Wait = cardinal (-1);
|
||||
dtSuspended = 1;
|
||||
dtStack_Commited = 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user