diff options
Diffstat (limited to 'include/common/asm_macros.S')
-rw-r--r-- | include/common/asm_macros.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common/asm_macros.S b/include/common/asm_macros.S index 8bcb7d28..6cf1a19f 100644 --- a/include/common/asm_macros.S +++ b/include/common/asm_macros.S @@ -28,6 +28,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <arch.h> + + .macro func_prologue stp x29, x30, [sp, #-0x10]! mov x29,sp |