New VMMaker/svn release

David T. Lewis lewis at mail.msen.com
Wed Jan 4 02:14:39 UTC 2006


On Tue, Jan 03, 2006 at 01:34:35PM -0800, tim Rowledge wrote:
> On 29-Dec-05, at 12:00 PM, David T. Lewis wrote:
> > platforms-Cross-vm-sqMemoryAccess.h.diff - Add missing memory  
> > access macros
> >     (the inline functions are complete, but some of the  
> > corresponding macros
> >     are missing).
> OK, made the changes. Am I hallucinating or should we really make the
> #define oopForPointer(ptr) ((sqInt)(ptr))
> read
> #define oopForPointer(ptr) ((sqInt)(ptr-sqMemoryBase))
> instead?

Looks like another of those annoying cut-n-paste errors.  Apparently
that particular macro has not not been getting a lot of heavy use.

Dave




More information about the Vm-dev mailing list