Kernel - Fixing x86_64 compile errors from MM_GetPhysAddr change
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / proc.c
index 5f71a45..518bef3 100644 (file)
@@ -579,7 +579,7 @@ Uint Proc_MakeUserStack(void)
        // Check Prospective Space
        for( i = USER_STACK_SZ >> 12; i--; )
        {
-               if( MM_GetPhysAddr( base + (i<<12) ) != 0 )
+               if( MM_GetPhysAddr( (void*)(base + (i<<12)) ) != 0 )
                        break;
        }
        

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