Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / AcessNative / acesskernel_src / helpers.c
index fb3e48c..3cf273e 100644 (file)
@@ -93,6 +93,10 @@ void Heap_Deallocate(void *Ptr)
        free(Ptr);
 }
 
+void Heap_Dump(void)
+{
+}
+
 tPAddr MM_GetPhysAddr(tVAddr VAddr)
 {
        return VAddr;   // HACK!
@@ -121,3 +125,8 @@ Sint64 now(void)
        return tv.tv_sec * 1000 + tv.tv_usec/1000;
 }
 
+void IPStack_SendDebugText(const char *str)
+{
+       // nop
+}
+

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