Michael Walle reported on IRC that the 4 was actually a fix for 0: https://www.rtems.org/bugzilla/show_bug.cgi?id=1697
Let's try to make them all 4 then. Patch relative to CVS HEAD, i.e., without my prior "fix". - Werner Index: cpu.h =================================================================== RCS file: /usr1/CVS/rtems/cpukit/score/cpu/lm32/rtems/score/cpu.h,v retrieving revision 1.14 diff -u -r1.14 cpu.h --- cpu.h 27 Sep 2011 09:17:02 -0000 1.14 +++ cpu.h 8 Nov 2011 23:20:22 -0000 @@ -637,7 +637,7 @@ * * XXX document implementation including references if appropriate */ -#define CPU_ALIGNMENT 8 +#define CPU_ALIGNMENT 4 /** * This number corresponds to the byte alignment requirement for the _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
