author | Martin Troxler <martin.troxler@komaxgroup.com> |
Fri, 07 May 2010 15:26:26 +0200 | |
changeset 1988 | ea38efeeb7b3 |
parent 1987 | f452c93f7723 (current diff) |
parent 1985 | 6b353d9e0473 (diff) |
child 1989 | 6aa393418fb3 |
--- 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;