1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

minlib fix

This commit is contained in:
Brian Fiete 2021-01-22 09:09:15 -08:00
parent 71f677d902
commit 3dd6c2719e

View file

@ -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;