Commit 760f82b7 authored by law's avatar law
Browse files

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

        register.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30291 138bc75d-0d04-0410-961f-82ee72b054a4
parent 25ffe2cc
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.
* cccp.c (macroexpand): Avoid out of range accesses for omitted
......
......@@ -1471,7 +1471,7 @@ mn10200_va_arg (valist, type)
}
/* Calculate! */
return expand_expr (t, NULL_RTX, Pmode, EXPAND_NORMAL);
return force_reg (Pmode, expand_expr (t, NULL_RTX, Pmode, EXPAND_NORMAL));
}
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