1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 15:24:10 +02:00

Fixed errors during qualified static field reference

This commit is contained in:
Brian Fiete 2021-01-22 08:50:21 -08:00
parent c0dd9b0e09
commit 71f677d902
7 changed files with 25 additions and 26 deletions

View file

@ -82,7 +82,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;