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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e0fd0b6258908ca5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr21560469pbc.5.1341846316344; Mon, 09 Jul 2012 08:05:16 -0700 (PDT) Path: l9ni11215pbj.0!nntp.google.com!news1.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsgate.cuhk.edu.hk!news.netfront.net!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Help with Inline assembly Date: Mon, 09 Jul 2012 08:05:12 -0700 Organization: Also freenews.netfront.net; news.tornevall.net Message-ID: References: <85b57cc7-352e-4cee-a161-b0aaf1665305@googlegroups.com> <024cf9df-ad12-4476-a14d-eb99def28b77@googlegroups.com> NNTP-Posting-Host: 184.20.13.59 Mime-Version: 1.0 X-Trace: adenine.netfront.net 1341846315 77718 184.20.13.59 (9 Jul 2012 15:05:15 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Mon, 9 Jul 2012 15:05:15 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 In-Reply-To: <024cf9df-ad12-4476-a14d-eb99def28b77@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-09T08:05:12-07:00 List-Id: On 07/09/2012 07:43 AM, theanalogmachine@gmail.com wrote: > if Result /= 1 then > return True; > end if; > return False; Or simply return Result /= 1; -- Jeff Carter "I didn't squawk about the steak, dear. I merely said I didn't see that old horse that used to be tethered outside here." Never Give a Sucker an Even Break 103 --- Posted via news://freenews.netfront.net/ - Complaints to news@netfront.net ---