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 { namespace Cosmos.CPU {
[DebuggerStepThrough] [DebuggerStepThrough]
public static class GcHook { public static class GCImplementationRefs {
private static void AcquireLock() { private static void AcquireLock() {
throw new NotImplementedException(); throw new NotImplementedException();
} }