Still some issues, but it seems to not crash anymore
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_phys.h
index f72ebf6..1e05c01 100644 (file)
@@ -6,7 +6,7 @@
 #define _MM_PHYS_H
 
 // === FUNCTIONS ===
-extern tPAddr  MM_AllocPhys();
+extern tPAddr  MM_AllocPhys(void);
 extern tPAddr  MM_AllocPhysRange(int Pages, int MaxBits);
 extern void    MM_RefPhys(tPAddr PAddr);
 extern void    MM_DerefPhys(tPAddr PAddr);

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