Fix typo: had ARGS_GROW_DOWNARD.
From-SVN: r4851
This commit is contained in:
parent
66be803d8b
commit
40083ddf51
@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#ifdef PUSH_ROUNDING
|
||||
|
||||
#if defined (STACK_GROWS_DOWNWARD) != defined (ARGS_GROW_DOWNARD)
|
||||
#if defined (STACK_GROWS_DOWNWARD) != defined (ARGS_GROW_DOWNWARD)
|
||||
#define PUSH_ARGS_REVERSED /* If it's last to first */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user