changeset 1988 | ea38efeeb7b3 |
parent 1985 | 6b353d9e0473 |
child 1995 | 7d748d9cf9e8 |
--- a/lib/master.c Fri May 07 15:25:55 2010 +0200 +++ b/lib/master.c Fri May 07 15:26:26 2010 +0200 @@ -381,7 +381,7 @@ } // Access the mapped region to cause the initial page fault - printf("pd: %x\n", master->process_data[0]); + memset(master->process_data, 0, master->process_data_size); } return 0;