alpha.md (builtin_longjmp): Add missing "DONE".

* alpha.md (builtin_longjmp): Add missing "DONE".
alpha -O0 bootstrap bugfix.

From-SVN: r24417
This commit is contained in:
Jeffrey A Law 1998-12-25 22:08:13 +00:00 committed by Jeff Law
parent 52f322dab9
commit 4b8557677e
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -5212,6 +5212,7 @@
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"