Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev HEAD → Rev 2356

/branches/arm/kernel/arch/arm32/include/stack.h
38,9 → 38,7
 
#define STACK_ITEM_SIZE 4
 
/** See <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for
* details
*/
/** see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */
#define STACK_ALIGNMENT 8
 
#endif