Re: [cc65] Double star?

Date view Thread view Subject view

From: M Ancher (ancher_at_ancher.org)
Date: 2003-02-25 20:33:19


On Tue, Feb 25, 2003 at 02:05:42PM -0500, Bryan Pope wrote:
> I think if the line was:
> 
> xmemmove (*(wclass->superClasses, *(superClass->superClasses), size);
> 
> would fix the problem.

> P.S.  I am assuming that "xmemmove" has the same prototype as memmove 
> (void *, void *, size_t)

No, unfortunatly it doesn't. :(

The prototype for "xmemmove" is:
static void xmemmove(uchar *dst, uchar *src, uint32 size)

-- 
Martin Ancher <ancher_at_ancher.org>
http://ancher.org/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-02-25 20:32:18 CET