Subject: Question
To: None <port-alpha@netbsd.org>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: port-alpha
Date: 12/09/1998 13:04:55
I have a question and no NetBSD-alpha to do a test run on.

Given an unaligned pointer to a struct on the alpha, is it
possible to access a byte-sized field of the struct?
Or do all struct pointers have to be aligned properly?
(I'm sure having an unaligned pointer is non-ANSI, but
if it just works I don't care. :-)

   -- Lennart