summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-25 18:45:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-25 18:45:59 +0000
commitc54152a26c3226356a706515b4e4d231e02c47e2 (patch)
tree6666753fa60da395326652499e06ddb909cd8914 /c/src/exec/score/cpu/unix/rtems/score/cpu.h
parent2001-01-25 Fernando Ruiz <fernando.ruiz@ctv.es> (diff)
downloadrtems-c54152a26c3226356a706515b4e4d231e02c47e2.tar.bz2
2001-01-25 Joel Sherrill <joel@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller <peter.o.mueller@gmx.de> because of not correcting for the ISR vector table now being allocated from the workspace.
Diffstat (limited to 'c/src/exec/score/cpu/unix/rtems/score/cpu.h')
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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