|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|

Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Child process run by wait-killed test. More... | |
| void test_main | ( | void | ) |
Child process run by wait-killed test.
Sets the stack pointer (esp) to an invalid value and invokes a system call, which should then terminate the process with a -1 exit code.
Definition at line 10 of file child-bad.c.
References fail().

1.8.16