From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e6066104d6deadff X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.maxwell.syr.edu!news-rtr.nyroc.rr.com!news-out.nyroc.rr.com!twister.nyroc.rr.com.POSTED!53ab2750!not-for-mail From: "REH" Newsgroups: comp.lang.ada References: <1156430839.745932.279060@75g2000cwc.googlegroups.com> Subject: Re: protected type interrupts X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-ID: <4yLHg.23125$uH6.15566@twister.nyroc.rr.com> Date: Fri, 25 Aug 2006 23:17:20 GMT NNTP-Posting-Host: 69.205.134.80 X-Complaints-To: abuse@rr.com X-Trace: twister.nyroc.rr.com 1156547840 69.205.134.80 (Fri, 25 Aug 2006 19:17:20 EDT) NNTP-Posting-Date: Fri, 25 Aug 2006 19:17:20 EDT Organization: Road Runner Xref: g2news2.google.com comp.lang.ada:6387 Date: 2006-08-25T23:17:20+00:00 List-Id: "Jeffrey R. Carter" wrote in message news:bvJHg.152959$1i1.59895@attbi_s72... > > Right. I said that in another message, IIRC. The message you were replying > to was mostly nit picking, correcting the OP's assumption that the entry > was being executed BY the interrupt handler. > It's not my assumption. It IS being executing by the handler, and the compiler vender says the LRM allows them to do so. References to LRM given here show they are correct. My assumption (that was proven incorrect) was that it should been executed by the task that called it. The standard states that this cannot be relied upon (which explains why you cannot call "current_task" from an entry). REH