diff --git a/source/Kernel/Cosmos.CPU/GcHook.cs b/source/Kernel/Cosmos.CPU/GcHook.cs index e4d6065b6..404e46238 100644 --- a/source/Kernel/Cosmos.CPU/GcHook.cs +++ b/source/Kernel/Cosmos.CPU/GcHook.cs @@ -4,7 +4,7 @@ using Cosmos.IL2CPU.API; namespace Cosmos.CPU { [DebuggerStepThrough] - public static class GcHook { + public static class GCImplementationRefs { private static void AcquireLock() { throw new NotImplementedException(); }