mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 11:15:07 +01:00
remove IPC_SYS_DBGMSGS again
This commit is contained in:
parent
993bda8a49
commit
a5c87a6127
4
ipc.c
4
ipc.c
@ -164,10 +164,6 @@ static void process_in(void)
|
|||||||
case IPC_SYS_PING:
|
case IPC_SYS_PING:
|
||||||
ipc_post(req->code, req->tag, 0);
|
ipc_post(req->code, req->tag, 0);
|
||||||
break;
|
break;
|
||||||
case IPC_SYS_DBGMSG:
|
|
||||||
ipc_post(req->code, req->tag, 1,
|
|
||||||
gecko_enable_console(req->args[0]));
|
|
||||||
break;
|
|
||||||
case IPC_SYS_WRITE32:
|
case IPC_SYS_WRITE32:
|
||||||
write32(req->args[0], req->args[1]);
|
write32(req->args[0], req->args[1]);
|
||||||
break;
|
break;
|
||||||
|
1
ipc.h
1
ipc.h
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#define IPC_SYS_PING 0x0000
|
#define IPC_SYS_PING 0x0000
|
||||||
#define IPC_SYS_JUMP 0x0001
|
#define IPC_SYS_JUMP 0x0001
|
||||||
#define IPC_SYS_DBGMSG 0x0002
|
|
||||||
#define IPC_SYS_WRITE32 0x0100
|
#define IPC_SYS_WRITE32 0x0100
|
||||||
#define IPC_SYS_WRITE16 0x0101
|
#define IPC_SYS_WRITE16 0x0101
|
||||||
#define IPC_SYS_WRITE8 0x0102
|
#define IPC_SYS_WRITE8 0x0102
|
||||||
|
Loading…
Reference in New Issue
Block a user