Minor commit to remove conflict with update.

This commit is contained in:
Jorrit Herder 2005-06-01 14:34:59 +00:00
parent 6d23f072f3
commit f926f1209d

View file

@ -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