Kernel - (minor) Debug changes in x86_64
[tpg/acess2.git] / KernelLand / Kernel / syscalls.c
index 5580187..d629ae4 100644 (file)
@@ -102,7 +102,7 @@ void SyscallHandler(tSyscallRegs *Regs)
        
        // -- Get the physical address of a page
        case SYS_GETPHYS:
-               ret = MM_GetPhysAddr(Regs->Arg1);
+               ret = MM_GetPhysAddr( (void*)Regs->Arg1 );
                break;
        
        // -- Map an address

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