Added page table dump and using INVPLG
[tpg/acess2.git] / Kernel / heap.c
index 9d282b9..8ceefac 100644 (file)
@@ -30,7 +30,7 @@ void  free(void *Ptr);
 void   Heap_Dump();
 
 // === GLOBALS ===
- int   glHeap;
+tSpinlock      glHeap;
 void   *gHeapStart;
 void   *gHeapEnd;
 

UCC git Repository :: git.ucc.asn.au