2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* rtems/score/cpu.h: Correct prototype of _CPU_Thread_dispatch_pointer.
This commit is contained in:
Joel Sherrill
2008-08-20 13:36:29 +00:00
parent 99ee8265c3
commit b9f2bb8a41
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Correct prototype of _CPU_Thread_dispatch_pointer.
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
+1 -1
View File
@@ -538,7 +538,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
* sequence (if a dispatch is necessary).
*/
SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(void);
/*
* Nothing prevents the porter from declaring more CPU specific variables.