diff options
Diffstat (limited to 'bl31/aarch64/runtime_exceptions.S')
-rw-r--r-- | bl31/aarch64/runtime_exceptions.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bl31/aarch64/runtime_exceptions.S b/bl31/aarch64/runtime_exceptions.S index ce0af744..92835dcb 100644 --- a/bl31/aarch64/runtime_exceptions.S +++ b/bl31/aarch64/runtime_exceptions.S @@ -37,8 +37,8 @@ #include <asm_macros.S> - .section .text, "ax"; .align 11 - + .section .vectors, "ax"; .align 11 + .align 7 runtime_exceptions: /* ----------------------------------------------------- |