Subject: Re: coding issues
To: Brian Hechinger <wonko@4amlunch.net>
From: Allen Briggs <briggs@netbsd.org>
List: port-macppc
Date: 01/24/2005 11:41:48
On Mon, Jan 24, 2005 at 11:28:38AM -0500, Brian Hechinger wrote:
> g is uint32 and p is a pointer of type uint32, changing that to uint32_t
> didn't help.

"uint32_t or "uint32_t *" ?
Pointers aren't types that you can shift willy-nilly.
If it's a pointer, do you want *p in the example (to shift the uint32_t
to which the pointer points?)?

Perhaps it would help to see a little more of the code to get a
good response on what the problem is.

-allen

-- 
                  Use NetBSD!  http://www.netbsd.org/