Path: chuka.playstation.co.uk!news From: Alex Herbert Newsgroups: scee.yaroze.beginners Subject: Re: GpuPacketArea query. Date: Sat, 16 May 1998 23:17:37 +0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 15 Message-ID: <355E1081.827D66E9@ndirect.co.uk> References: <35557807.6E248247@chowfam.demon.co.uk> <3558DF85.7C89DA42@ndirect.co.uk> <3559D87E.D5C1EBD1@chowfam.demon.co.uk> Reply-To: aherbert@ndirect.co.uk NNTP-Posting-Host: dialin0-31.ndirect.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (Win95; I) > Hmmm. Since PACKET is char-sized, do you think the compiler is aligning the > second row on an odd-byte boundary, which might mess up GsSetWorkBase()? It > doesn't seem likely to me, but if you want to check, look at > &GpuPktArea[1][0] in the debugger and see what you get. I don't even know > if passing an odd address to GsSetWorkBase() is OK or not. > > -- > wayne a. lee > Isn't PACKET int-sized rather that char-sized? In which case it will be aligned correctly. Herbs