mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-02 21:13:13 +01:00
D2: forgot to revert some changes made for testing last fix...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user