Clang pls (again)

This commit is contained in:
Hexagon12 2017-11-04 17:41:20 +02:00 committed by GitHub
parent 81e36150d3
commit 695ff7cff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -780,7 +780,7 @@ static void Connect(Interface* self) {
static void InitializeSockets(Interface* self) {
// TODO(Subv): Implement
u32* cmd_buffer = Kernel::GetCommandBuffer();
cmd_buffer[0] = IPC::MakeHeader(1, 1, 0);
cmd_buffer[1] = RESULT_SUCCESS.raw;