summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shared/start/setvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/shared/start/setvec.c')
-rw-r--r--bsps/sh/shared/start/setvec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/sh/shared/start/setvec.c b/bsps/sh/shared/start/setvec.c
index c3f4071aea..5d11e64f72 100644
--- a/bsps/sh/shared/start/setvec.c
+++ b/bsps/sh/shared/start/setvec.c
@@ -48,7 +48,7 @@ sh_isr_entry set_vector( /* returns old vector */
if ( type )
rtems_interrupt_catch( handler, vector, (rtems_isr_entry *) &previous_isr );
else {
- _CPU_ISR_install_raw_handler( vector, handler, (proc_ptr*) &previous_isr );
+ _CPU_ISR_install_raw_handler( vector, handler, &previous_isr );
}
return previous_isr;