1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 15:40:47 -08:00

Removing incorrect assertion the stack pointers are word aligned.

Updating comments to refer to tags within design documents.

Copied from Perforce
 Change: 189639
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-03-03 22:30:10 +00:00
parent 33be6d3ece
commit f14c66ed54
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ SRCID(ss, "$Id$");
* On all supported platforms, the arguments are pushed on to the
* stack by the caller below its other local data, so as long as
* it does not use something like alloca, the address of the argument
* is a hot stack pointer.
* is a hot stack pointer. See design.mps.ss.sol.stack.hot.
*/
void StackHot(void **stackOut)

View file

@ -18,7 +18,7 @@
*
* The jumpBuffer is used to capture most of the mutator's state on
* entry to the MPS, but can't capture it all. See
* design.mps.stack-scan for detailed discussion.
* design.mps.stack-scan.sol.setjmp.scan.
*/
#include <setjmp.h>