On Mon, 6 Oct 2003, Juraj Hercek wrote:
Hm, I don't understand how packing is supposed to work in wine and *especially* what should be packed and what shouldn't. I used the fastest way how to make it working, leaving comments on others - you know definitely more about wine than I do :-). AFAIK everything should be alligned to 4 byte boundary in order to avoid SIGSEGV, SIGBUS (or SIGTRAP?) exceptions on sparc platforms.
We shouldn't need packign on sparc, since there is no need for binary compatibility there. That's why I suggested that we can probably just turn it off in pshpackX.h directly.