Commit 3bd4f3b8 by Doug Evans

(__builtin_saveregs): Fix return type.

From-SVN: r6837
parent 6ab832bc
...@@ -1329,10 +1329,13 @@ asm ("___builtin_saveregs:"); ...@@ -1329,10 +1329,13 @@ asm ("___builtin_saveregs:");
asm (" j $31"); asm (" j $31");
asm (" .end __builtin_saveregs"); asm (" .end __builtin_saveregs");
#else /* not __mips__, etc. */ #else /* not __mips__, etc. */
void *
__builtin_saveregs () __builtin_saveregs ()
{ {
abort (); abort ();
} }
#endif /* not __mips__ */ #endif /* not __mips__ */
#endif /* not __sparc__ */ #endif /* not __sparc__ */
#endif /* not __i860__ */ #endif /* not __i860__ */
......
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