From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4aca44cdd7ef190533dfd6e46c7259fd@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Booting on slow CPUs MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 16 Mar 2002 13:55:12 -0500 Topicbox-Message-UUID: 6849a8aa-eaca-11e9-9e20-41e7f4b1d025 Sorry, I thought you'd looked at waserror() before and had just missed this one case. It's not a normal function. It's used to implement exceptions via a setjmp/longjmp-equivalent and a stack of jmpbufs. See http://www.vitanuova.com/inferno/man/10/error.html. Russ