This commit is contained in:
Kudzu 2017-07-27 14:27:25 -04:00
parent 03a2a5febe
commit ae3ef2ba95

View file

@ -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();
}