From ae3ef2ba954dfe1b24cf97a74a46de5678ba1237 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Thu, 27 Jul 2017 14:27:25 -0400 Subject: [PATCH] g3 --- source/Kernel/Cosmos.CPU/GcHook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }