Changeset d9c12bb in rtems for c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c
- Timestamp:
- 10/12/14 22:39:59 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a36094f
- Parents:
- 6b514360
- git-author:
- Joel Sherrill <joel.sherrill@…> (10/12/14 22:39:59)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mcf5225x/startup/init5225x.c
r6b514360 rd9c12bb 38 38 */ 39 39 40 if (&_VBR != _INTERRUPT_VECTOR) {40 if (&_VBR != (void *)_INTERRUPT_VECTOR) { 41 41 sp = (uint32_t *) _INTERRUPT_VECTOR; 42 42 dp = (uint32_t *) &_VBR;
Note: See TracChangeset
for help on using the changeset viewer.