Compiler fix.

This commit is contained in:
José Pedro 2017-07-14 13:58:14 +01:00
parent 6fd2c69b31
commit fd87fe6ea1

View file

@ -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!");