Commit 89d825c9 by Richard Stallman

*** empty log message ***

From-SVN: r675
parent dd43f13d
......@@ -764,8 +764,10 @@ allocate_dynamic_stack_space (size, target, known_align)
way of knowing which systems have this problem. So we avoid even
momentarily mis-aligning the stack. */
#ifdef STACK_BOUNDARY
if (known_align % STACK_BOUNDARY != 0)
size = round_push (size);
#endif
do_pending_stack_adjust ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment