mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
g3
This commit is contained in:
parent
03a2a5febe
commit
ae3ef2ba95
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue