From f926f1209d9e4df6d38fb0d89a99a61c742b6d22 Mon Sep 17 00:00:00 2001 From: Jorrit Herder Date: Wed, 1 Jun 2005 14:34:59 +0000 Subject: [PATCH] Minor commit to remove conflict with update. --- servers/pm/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/pm/exec.c b/servers/pm/exec.c index b7656274c..744f9c094 100644 --- a/servers/pm/exec.c +++ b/servers/pm/exec.c @@ -372,7 +372,7 @@ phys_bytes tot_bytes; /* total memory to allocate, including gap */ bytes -= bss_offset; if ((s=sys_physzero(base, bytes)) != OK) { - panic("new_mem can't zero", s); + panic(__FILE__,"new_mem can't zero", s); } #if DEAD_CODE