Make this compile. Still need to write/borrow a working setjmp.

This commit is contained in:
Doug Rabson 2001-03-06 16:07:41 +00:00
parent 62b8ce411f
commit 5e1202d5d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73885

View file

@ -130,4 +130,5 @@ botch:
CALL(longjmperror)
CALL(abort)
RET /* "can't" get here... */
#endif
END(__longjmp)