Commit 60860055 by Jeffrey A Law Committed by Jeff Law

mn10200.c (mn10200_va_arg): Force the return value into a register.

        * mn10200.c (mn10200_va_arg): Force the return value into a
        register.

From-SVN: r30291
parent ee61fc79
Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com) Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com)
* mn10200.c (mn10200_va_arg): Force the return value into a
register.
* fr30.h (EXTRA_CC_NAMES): Remove obsolete macro. * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
* cccp.c (macroexpand): Avoid out of range accesses for omitted * cccp.c (macroexpand): Avoid out of range accesses for omitted
......
...@@ -1471,7 +1471,7 @@ mn10200_va_arg (valist, type) ...@@ -1471,7 +1471,7 @@ mn10200_va_arg (valist, type)
} }
/* Calculate! */ /* Calculate! */
return expand_expr (t, NULL_RTX, Pmode, EXPAND_NORMAL); return force_reg (Pmode, expand_expr (t, NULL_RTX, Pmode, EXPAND_NORMAL));
} }
char * char *
......
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