Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!dbj.rice@rand-relay From: dbj.rice%rand-relay@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: setexit() Message-ID: <12895@sri-arpa.UUCP> Date: Thu, 20-Oct-83 21:45:15 EDT Article-I.D.: sri-arpa.12895 Posted: Thu Oct 20 21:45:15 1983 Date-Received: Thu, 27-Oct-83 02:25:06 EDT Lines: 24 From: Dave Johnson The source for setexit() and reset() is in /usr/src/libc/sys/reset.s. The only documentation I know of for them is the comment at the top of the source file: # reset(x) # will generate a "return" from # the last call to # setexit() # by restoring r6 - r12, ap, fp # and doing a return. # The returned value is x; on the original # call the returned value is 0. # # useful for going back to the main loop # after a horrible error in a lowlevel # routine. Dave Johnson Dept. of Math Science Rice University dbj.rice@Rand-Relay