On Mon, Apr 15, 2019 at 02:38:27AM +0200, Eike Rathke wrote:
The reason is that some processor architectures can't access words like
int or long on odd addresses and doing so would result in a violation.
Thanks Eike, that makes sense. I appreciate the explanation.
--
Kevin J. McCarthy
GPG Fin
Hi,
On Sunday, 2019-04-14 15:18:40 -0700, Kevin J. McCarthy wrote:
> On Sun, Apr 14, 2019 at 11:14:05PM +0200, Gero Treuner wrote:
> > Just drop that alignment?
>
> No, let's leave it.
Interested I took a glance and yes it should be kept.
> > Considering that Mutt doesn't control alignment on
On Sun, Apr 14, 2019 at 11:14:05PM +0200, Gero Treuner wrote:
Just drop that alignment?
No, let's leave it. The monitor.c is currently linux-only, so I feel
fairly comfortable gcc or clang will be in use. Additionally it is able
to be de-configured, so there is a workaround if needed.
Con