blob: 81668326870d5b2305acde6003edc4e66062baf3 [file] [log] [blame]
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
*# @TAG(DATA61_BSD)
#*/
#pragma once
/* Number of bytes to which the stack pointer must be aligned when
* executing a call instruction
*/
#define STACK_CALL_ALIGNMENT 16