Review Board 2.0.15


Stack: Tidy up some comments, a warning, and make stack extension consistent.

Review Request #839 - Created Sept. 5, 2011 and submitted

Information
Gabe Black
gem5
Reviewers
Default
ali, gblack, nate, stever
Stack: Tidy up some comments, a warning, and make stack extension consistent.

Do some minor cleanup of some recently added comments, a warning, and change
other instances of stack extension to be like what's now being done for x86.

   
Ship it!
Posted (Sept. 8, 2011, 2:37 a.m.)
Other than the minor rephrasing of the comment, this looks great to me.
src/sim/process.hh (Diff revision 2)
 
 
Minor nit: "if the fault should be fixed" is a little ambiguous (should be fixed already, or should be fixed by the caller)?  How about:
/// @return True if the fault has been fixed.