NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-macppc/48600
On Mon, Jan 05, 2015 at 10:40:04PM +0000, Martin Husemann wrote:
>
> Maybe a stupid question: why are %r1/%r8 not properly aligned here?
>
> Martin
>
The 601 will get alignment exceptions if operands cross page
boundaries or word operands end in 0xffd - 0xfff. The latter was what
was happening to me. Byte operands don't generate alignment
exceptions.
I'm not sure why code in Locore.c didn't cause issues earlier with
ofwboot.xcf. I seemed only to get the exceptions when booting off the
disk.
Home |
Main Index |
Thread Index |
Old Index