diff options
Diffstat (limited to 'lib/romlib/templates/jmptbl_header.S')
-rw-r--r-- | lib/romlib/templates/jmptbl_header.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/romlib/templates/jmptbl_header.S b/lib/romlib/templates/jmptbl_header.S new file mode 100644 index 0000000..72b8ce5 --- /dev/null +++ b/lib/romlib/templates/jmptbl_header.S @@ -0,0 +1,8 @@ +/* + * Copyright (c) 2019, Arm Limited. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + .text + .globl jmptbl +jmptbl: |