alpha.md (builtin_longjmp): Add missing "DONE".
authorJeffrey A Law <law@cygnus.com>
Fri, 25 Dec 1998 22:08:13 +0000 (22:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 25 Dec 1998 22:08:13 +0000 (15:08 -0700)
        * alpha.md (builtin_longjmp): Add missing "DONE".
alpha -O0 bootstrap bugfix.

From-SVN: r24417

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 260d22c..be9d8b0 100644 (file)
@@ -1,3 +1,7 @@
+Fri Dec 25 23:00:56 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * alpha.md (builtin_longjmp): Add missing "DONE".
+
 Thu Dec 24 10:39:57 1998  Stan Cox  <scox@cygnus.com>
 
        * gcc.c (execute): Enable -pipe with win32.
index fde18fa..59b04f9 100644 (file)
      where to look for it when we get back to setjmp's function for
      restoring the gp.  */
   emit_indirect_jump (pv);
+  DONE;
 }")
 
 (define_insn "builtin_setjmp_receiver"