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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.146.65 with SMTP id ta1mr6815470pab.19.1392503856997; Sat, 15 Feb 2014 14:37:36 -0800 (PST) X-Received: by 10.140.85.179 with SMTP id n48mr274238qgd.6.1392503856945; Sat, 15 Feb 2014 14:37:36 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!uq10no22586904igb.0!news-out.google.com!s3ni20101qas.0!nntp.google.com!f11no21223244qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 15 Feb 2014 14:37:36 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.95.3.197; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 201.95.3.197 References: <215f6df2-a7ec-42f4-ac82-656d5b12bf61@googlegroups.com> <8383f5d6-3f66-415b-ab3f-8801fa377a6b@googlegroups.com> <8200939f-9bbd-44dd-848c-00c663f37121@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4468c222-28ce-46f2-91e3-78d34be01eb0@googlegroups.com> Subject: Re: Best representation for spares From: "Rego, P." Injection-Date: Sat, 15 Feb 2014 22:37:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1856 Xref: number.nntp.dca.giganews.com comp.lang.ada:184895 Date: 2014-02-15T14:37:36-08:00 List-Id: On Saturday, February 15, 2014 7:41:56 PM UTC-2, Jeffrey Carter wrote: > Zero is not a valid value for the components of Spare, since it's a boolean type. Oh yes, I actually used type Zero_Bit is range 0 .. 1; Spare : Zero_Bits (3 .. 31) := (3 .. 31 => 0); but in this case > default initialization of "Auxiliary_Peripherals_Register_Map" may modify overlaid storage > use pragma Import for "Auxiliary_Peripherals_Register_Map" to suppress initialization (RM B.1(24)) Do you have an idea?