Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!udel!rochester!cornell!ken From: ken@gvax.cs.cornell.edu (Ken Birman) Newsgroups: comp.sys.isis Subject: Re: MIPS stack alignment bug Message-ID: <34621@cornell.UUCP> Date: 27 Nov 89 20:07:53 GMT Sender: nobody@cornell.UUCP Reply-To: ken@gvax.cs.cornell.edu (Ken Birman) Distribution: comp.sys.isis Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 10 By the way, for anyone running ISIS V1.3 on a MIPS machine, the same alignment patch is needed in pr_task.c, too: stackp = &ctp->task_stack[STACKLEN-(2 words)]; stackp = (char*)((int)stackp & ~0x7); <--- WAS 0x3! This would affect protos, but not any of the applications or utility programs. Ken