Lots of work on the AcessNative kernel
[tpg/acess2.git] / AcessNative / acesskernel_src / helpers.c
index 2209b05..ef5f1db 100644 (file)
@@ -53,9 +53,9 @@ void Debug_SetKTerminal(const char *Path)
        // Ignored, kernel debug goes to stdout
 }
 
-void *Heap_Allocate(int Count, const char *File, int Line)
+void *Heap_Allocate(const char *File, int Line, int ByteCount)
 {
-       return malloc(Count);
+       return malloc(ByteCount);
 }
 
 tPAddr MM_GetPhysAddr(tVAddr VAddr)

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