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,fc4ac82d0abec4ff X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: Weird bug - Protected object - Gnat 3.15p win32 Date: Tue, 13 Jul 2004 14:03:21 +0200 Message-ID: <2li1bcFcrm6qU1@uni-berlin.de> References: <5d6fdb61.0407110729.657570af@posting.google.com> <2lf23oFbf1vfU1@uni-berlin.de> <2lft1pFbiomjU1@uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Urk/JbqoDSeX59KjDiB/RQ58Haw/Qq/kXIWuY7UQbLCptezpg= User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:2163 Date: 2004-07-13T14:03:21+02:00 List-Id: Jeffrey Carter wrote: > Jano wrote: > >> Been there... done that... sadly I must confess that so many years far >> from assembler have weakened my skills. At first I thought it would be >> easy to inspect the locking mechanism... maybe I'll try again when >> moral goes up. > > > You might take a look at the -gnatG switch. It produces pseudocode that > is lower level than Ada, but higher than assembler. I'll do, thanks.