mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
Compiler fix.
This commit is contained in:
parent
6fd2c69b31
commit
fd87fe6ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -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!");
|
||||
|
|
|
|||
Loading…
Reference in a new issue