sdf
Fork of mbed-rtos by
Diff: rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S
- Revision:
- 92:bc9729798a19
- Parent:
- 86:58c3b7759abf
--- a/rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S Wed Sep 16 11:15:38 2015 +0100
+++ b/rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S Fri Sep 25 13:30:34 2015 +0100
@@ -34,23 +34,20 @@
.section SVC_TABLE @, CODE, READONLY
- .align 5
.global SVC_Count
.EQU SVC_Cnt, (SVC_End-SVC_Table)/4
-
-SVC_Count:
- .word SVC_Cnt
+SVC_Count: .word SVC_Cnt
@ Import user SVC functions here.
@ .extern __SVC_1
+
.global SVC_Table
SVC_Table:
@ Insert user SVC functions here. SVC 0 used by RTL Kernel.
@ .word __SVC_1 @ InitMemorySubsystem
-@SVC_End
SVC_End:
.END
