blob: fd386caa9431aa8e4c20351dc3e48ea428234271 [file] [log] [blame]
/*
* Copyright 2017, 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