From c54152a26c3226356a706515b4e4d231e02c47e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Jan 2001 18:45:59 +0000 Subject: 2001-01-25 Joel Sherrill * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller because of not correcting for the ISR vector table now being allocated from the workspace. --- c/src/exec/score/cpu/unix/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/unix/rtems/score/cpu.h') diff --git a/c/src/exec/score/cpu/unix/rtems/score/cpu.h b/c/src/exec/score/cpu/unix/rtems/score/cpu.h index 0ec126b404..e555877b4a 100644 --- a/c/src/exec/score/cpu/unix/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/unix/rtems/score/cpu.h @@ -678,7 +678,7 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); * Support routine to initialize the RTEMS vector table after it is allocated. */ -#define _CPU_Initialize_vectors() +void _CPU_Initialize_vectors(void); /* * Disable all interrupts for an RTEMS critical section. The previous -- cgit v1.2.3