NetBSD-Bugs archive

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

Re: port-macppc/48600



The following reply was made to PR port-macppc/48600; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-macppc/48600
Date: Mon, 5 Jan 2015 23:37:59 +0100

 On Mon, Jan 05, 2015 at 08:50:01PM +0000, scole_mail wrote:
 
 >  -"	stw	%r0,0(%r1)	\n"	/* terminate the frame link chain */
 >  +        /*
 >  +         * terminate the frame link chain,
 >  +         * clear by bytes to avoid ppc601 alignment exceptions
 >  +         */
 [..]
 >  -"	stw	%r0,0(%r8)	\n"
 >  +        /*
 >  +         * clear by bytes to avoid ppc601 alignment exceptions
 >  +         */
 
 Maybe a stupid question: why are %r1/%r8 not properly aligned here?
 
 Martin
 


Home | Main Index | Thread Index | Old Index