mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed Thread.CurrentThread initialization order issue
This commit is contained in:
parent
327a92ba10
commit
080dd5a25e
2 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace System.Threading
|
|||
SetStart((Delegate)start, maxStackSize);
|
||||
}
|
||||
|
||||
static this()
|
||||
static void Init()
|
||||
{
|
||||
#unwarn
|
||||
RuntimeThreadInit runtimeThreadInitRef = ?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue