|
|
| version 1.7, 2003/11/12 01:00:33 | version 1.8, 2004/01/20 18:41:51 |
|---|---|
| Line 168 exec_aout_imgact(struct image_params *im | Line 168 exec_aout_imgact(struct image_params *im |
| /* | /* |
| * Destroy old process VM and create a new one (with a new stack) | * Destroy old process VM and create a new one (with a new stack) |
| */ | */ |
| exec_new_vmspace(imgp); | exec_new_vmspace(imgp, NULL); |
| /* | /* |
| * The vm space can be changed by exec_new_vmspace | * The vm space can be changed by exec_new_vmspace |