forked from Imagelibrary/rtems
m68k/mcf52235/startup/init52235.c: Fix warning
This commit is contained in:
@@ -36,8 +36,7 @@ void Init52235(void)
|
||||
/*
|
||||
* Copy the vector table to RAM
|
||||
*/
|
||||
|
||||
if (&_VBR != _INTERRUPT_VECTOR) {
|
||||
if (&_VBR != (void *) _INTERRUPT_VECTOR) {
|
||||
sp = (uint32_t *) _INTERRUPT_VECTOR;
|
||||
dp = (uint32_t *) &_VBR;
|
||||
for (i = 0; i < 256; i++) {
|
||||
|
||||
Reference in New Issue
Block a user