This commit is contained in:
Sven Peter 2009-02-26 14:13:58 +01:00 committed by bushing
parent bb683c50a2
commit baa002b6f1

1
ipc.c
View File

@ -109,6 +109,7 @@ static int process_slow(volatile ipc_request *req)
break;
case IPC_DEV_BOOT2:
boot2_ipc(req);
return 0;
break;
default:
gecko_printf("IPC: unknown SLOW request %02x-%04x\n", req->device, req->req);