Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Problem with Cause() Message-ID: <8801271950.AA24675@cory.Berkeley.EDU> Date: 27 Jan 88 19:50:53 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 14 >Last week, I posted a piece of code dealing >with software interrupts and messages. Since >using the -v and -y options. The program prints >eriods every second until I stop it with a >ontrol-C. ... > interrupt.is_Node.ln_Type = NT_SOFTINT; ... > Cause(&interrupt); Try setting the interrupt.is_Node.ln_Type to something other than NT_SOFTINT. (I haven't tried this myself, but the ROM code for Cause() seems to ignore interrupt nodes set to NT_SOFTINT. -Matt