summaryrefslogtreecommitdiff
path: root/kern/ipc_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r--kern/ipc_host.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c
index a02eb6f6..6868b0f8 100644
--- a/kern/ipc_host.c
+++ b/kern/ipc_host.c
@@ -99,6 +99,8 @@ mach_host_self(void)
{
ipc_port_t sright;
+ printf("%s\n", __func__);
+
sright = ipc_port_make_send(realhost.host_self);
return ipc_port_copyout_send(sright, current_space());
}