mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
minlib fix
This commit is contained in:
parent
71f677d902
commit
3dd6c2719e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace System.Threading
|
|||
|
||||
public static this()
|
||||
{
|
||||
var cb = ref Runtime.BfRtCallbacks.sCallbacks;
|
||||
var cb = ref Runtime.BfRtCallbacks.[Friend]sCallbacks;
|
||||
|
||||
cb.[Friend]mThread_Alloc = => Thread_Alloc;
|
||||
cb.[Friend]mThread_GetMainThread = => Thread_GetMainThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue