Changeset 3200c300 in rtems for bsps/arm/include
- Timestamp:
- Mar 15, 2018, 2:58:13 PM (3 years ago)
- Branches:
- 5, master
- Children:
- b336023
- Parents:
- 74fe9ce
- git-author:
- Joel Sherrill <joel@…> (03/15/18 14:58:13)
- git-committer:
- Joel Sherrill <joel@…> (03/16/18 13:38:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/include/bsp/arm-a8core-start.h
r74fe9ce r3200c300 28 28 #endif /* __cplusplus */ 29 29 30 BSP_START_TEXT_SECTION static inline arm_a8core_start_set_vector_base(void)30 BSP_START_TEXT_SECTION static inline void arm_a8core_start_set_vector_base(void) 31 31 { 32 32 /* … … 44 44 } 45 45 46 BSP_START_TEXT_SECTION static inline arm_a8core_start_hook_1(void)46 BSP_START_TEXT_SECTION static inline void arm_a8core_start_hook_1(void) 47 47 { 48 48 arm_a8core_start_set_vector_base();
Note: See TracChangeset
for help on using the changeset viewer.