From afe6e1ce9d6eff5b05ce77a63e06334c65f463f9 Mon Sep 17 00:00:00 2001 From: dfr Date: Tue, 6 Mar 2001 16:07:41 +0000 Subject: [PATCH] Make this compile. Still need to write/borrow a working setjmp. --- lib/libc/ia64/gen/setjmp.S | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/ia64/gen/setjmp.S b/lib/libc/ia64/gen/setjmp.S index e61850a60323..d82c223a068f 100644 --- a/lib/libc/ia64/gen/setjmp.S +++ b/lib/libc/ia64/gen/setjmp.S @@ -130,4 +130,5 @@ botch: CALL(longjmperror) CALL(abort) RET /* "can't" get here... */ +#endif END(__longjmp)