mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
Mark heap implementation with PlugRequired
This commit is contained in:
parent
d27c44893a
commit
a492f0eccc
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ using System.Text;
|
|||
using System.Threading;
|
||||
using System.Diagnostics;
|
||||
using Cosmos.Common;
|
||||
using Cosmos.IL2CPU.Plugs;
|
||||
|
||||
namespace Cosmos.IL2CPU {
|
||||
[DebuggerStepThrough]
|
||||
|
|
@ -25,6 +26,7 @@ namespace Cosmos.IL2CPU {
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
[PlugMethod(PlugRequired=true)]
|
||||
public static uint AllocNewObject(uint aSize) {
|
||||
// uint xNewObject = RuntimeEngine.Heap_AllocNewObject(aSize + 4);
|
||||
//#if GC_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue