OSDN Git Service

(__builtin_saveregs): Fix return type.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 1994 21:20:56 +0000 (21:20 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Mar 1994 21:20:56 +0000 (21:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6837 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/libgcc2.c

index f3c6b0e..8bfbc61 100644 (file)
@@ -1329,10 +1329,13 @@ asm ("___builtin_saveregs:");
   asm ("       j       $31");
   asm ("       .end __builtin_saveregs");
 #else /* not __mips__, etc. */
+
+void *
 __builtin_saveregs ()
 {
   abort ();
 }
+
 #endif /* not __mips__ */
 #endif /* not __sparc__ */
 #endif /* not __i860__ */