Commit f26ef713 by Kazuhiro Inaoka Committed by Nick Clifton

Fix defintion of TRAMPOLINE_SIZE

From-SVN: r75468
parent bcf17554
2004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
2004-01-06 Jan Hubicka <jh@suse.cz>
* i386.c (init_cumulative_args): Add handling of MMX_REGPARM.
......
......@@ -1271,7 +1271,7 @@ L2: .word STATIC
#endif
/* Length in bytes of the trampoline for entering a nested function. */
#define TRAMPOLINE_SIZE 12
#define TRAMPOLINE_SIZE 24
/* Emit RTL insns to initialize the variable parts of a trampoline.
FNADDR is an RTX for the address of the function's pure code.
......
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