simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] anacomp getting reserved access messages


From: Joel Sherrill
Subject: Re: [Simulavr-devel] anacomp getting reserved access messages
Date: Thu, 26 Mar 2009 16:50:28 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Joerg Wunsch wrote:
As Joel Sherrill wrote:

rw[0x5f]= new RWSreg(this, status);
- rw[0x5e]= new RWReserved(this, 0x5e);
+ rw[0x5e]= new RWSph(this, stack); // not really but benign

My only other idea would be to have a RWSphFake class instead, which
by default behaves like RWSph but could throw a warning when being
told to be really picky.

Implemented as described.
Silenced with the existing -M option to silence
warnings about accesses to non-existent locations.

Thanks for explaining this.
--
Joel Sherrill, Ph.D.             Director of Research & Development
address@hidden        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985






reply via email to

[Prev in Thread] Current Thread [Next in Thread]