Commit d9a7d592 by Richard Kenner

Add missing blank

From-SVN: r33628
parent ea49bef6
...@@ -2890,7 +2890,7 @@ expand_call (exp, target, ignore) ...@@ -2890,7 +2890,7 @@ expand_call (exp, target, ignore)
#ifdef PREFERRED_STACK_BOUNDARY #ifdef PREFERRED_STACK_BOUNDARY
/* Stack must be properly aligned now. */ /* Stack must be properly aligned now. */
if (pass && stack_pointer_delta % preferred_unit_stack_boundary) if (pass && stack_pointer_delta % preferred_unit_stack_boundary)
abort(); abort ();
#endif #endif
/* Generate the actual call instruction. */ /* Generate the actual call instruction. */
......
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