exitGroupFunc syscall patch
Review Request #73 - Created July 29, 2010 and submitted
| Information | |
|---|---|
| Ioannis Ilkos | |
| gem5 | |
| Reviewers | |
| Default | |
Implemented what the comment said: do not blindly exit, iterate through the LiveProcess' contexts and halt them.
Posted (July 30, 2010, 4:53 a.m.)
You need a space after "for" and "if" (see http://m5sim.org/wiki/index.php/Coding_Style#Spacing), but otherwise this looks fine to me.
