genode/base/include/arm
Sebastian Sumpf 433a216919 base: Fix stack pointer alignment for ARM
After some research we found that the stack pointer on ARM platforms must be
at least double word aligned (See: "Procedure Call Standard for the ARM
Architecture" - 5.2.1.1). Since a 'call' on ARM will not result in a stack pointer
change (like on x86), the current behavior resulted in a 4 Byte aligned stack
only.

Follow up to #1043
2014-02-25 14:58:07 +01:00
..
cpu base: Fix stack pointer alignment for ARM 2014-02-25 14:58:07 +01:00
vfp/cpu base: ARM-FPU 'memcpy_cpu' implementation 2013-06-24 11:48:37 +02:00