From fd87fe6ea1d66de4fa83140cdddc22320255d4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Fri, 14 Jul 2017 13:58:14 +0100 Subject: [PATCH] Compiler fix. --- source/Cosmos.IL2CPU/GCImplementationRefs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Cosmos.IL2CPU/GCImplementationRefs.cs b/source/Cosmos.IL2CPU/GCImplementationRefs.cs index 237ffbddf..f383d2506 100644 --- a/source/Cosmos.IL2CPU/GCImplementationRefs.cs +++ b/source/Cosmos.IL2CPU/GCImplementationRefs.cs @@ -11,7 +11,7 @@ namespace Cosmos.IL2CPU static GCImplementationRefs() { - Type xType = Type.GetType("Cosmos.Core.Common.GCImplementation, Cosmos.Core.Common", true); + Type xType = Type.GetType("Cosmos.Core.GCImplementation, Cosmos.Core", true); if (xType == null) { throw new Exception("GCImplementation type not found!");