Clang pls

This commit is contained in:
Hexagon12 2017-11-04 17:32:12 +02:00 committed by GitHub
parent 4ded138139
commit 81e36150d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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