blob: 7eb74b2a677c3e9fcd8f2f7625b0fdb289653d38 [file] [log] [blame]
/*
* Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
/* Number of bytes to which the stack pointer must be aligned when
* executing a call instruction
*/
#define STACK_CALL_ALIGNMENT 16