D2: forgot to revert some changes made for testing last fix...

This commit is contained in:
Tomas Lindquist Olsen
2008-11-12 05:43:12 +01:00
parent d077bbc5e6
commit 4d982f821d

View File

@@ -83,24 +83,6 @@ Index: src/common/core/thread.d
asm
{
popad;
@@ -717,7 +763,7 @@
* represents the minimum valid priority for the scheduling policy of
* the process.
*/
- static const int PRIORITY_MIN;
+ static int PRIORITY_MIN;
/**
@@ -726,7 +772,7 @@
* represents the minimum valid priority for the scheduling policy of
* the process.
*/
- static const int PRIORITY_MAX;
+ static int PRIORITY_MAX;
/**
@@ -2259,6 +2305,18 @@
version = AsmPPC_Posix;
}