mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-28 07:24:25 +00:00
Wrong casting
This commit is contained in:
parent
dff306fa2e
commit
7641acedac
@ -339,5 +339,5 @@ int ld_load(int argc, char *argv[], char *envp[])
|
||||
|
||||
IPC(IPC_DELETE, IPC_TYPE_MessagePassing, IPC_ID, 0, NULL, 0);
|
||||
// FreePages((uintptr_t)IPCBuffer, 1); <- The kernel will free the buffer for us
|
||||
return *(uintptr_t *)IPCBuffer;
|
||||
return *(int *)IPCBuffer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user