summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/cpu_asm.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 20:20:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 20:20:17 +0000
commit3d0e458723d51bfd92757685ead0ea2171c2e091 (patch)
treebb7bfe87a19257a0eb9f64176725c3005431a2cc /cpukit/score/cpu/no_cpu/cpu_asm.c
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3d0e458723d51bfd92757685ead0ea2171c2e091.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_asm.c, rtems/score/cpu.h, rtems/score/types.h: Corrections and updates.
Diffstat (limited to 'cpukit/score/cpu/no_cpu/cpu_asm.c')
-rw-r--r--cpukit/score/cpu/no_cpu/cpu_asm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpu_asm.c b/cpukit/score/cpu/no_cpu/cpu_asm.c
index 2ca67a07ad..93693a991b 100644
--- a/cpukit/score/cpu/no_cpu/cpu_asm.c
+++ b/cpukit/score/cpu/no_cpu/cpu_asm.c
@@ -44,7 +44,7 @@
*/
void _CPU_Context_save_fp(
- void **fp_context_ptr
+ Context_Control_fp **fp_context_ptr
)
{
}
@@ -67,7 +67,7 @@ void _CPU_Context_save_fp(
*/
void _CPU_Context_restore_fp(
- void **fp_context_ptr
+ Context_Control_fp **fp_context_ptr
)
{
}
@@ -116,7 +116,7 @@ void _CPU_Context_restore(
* XXX document implementation including references if appropriate
*/
-void _ISR_Handler()
+void _ISR_Handler(void)
{
/*
* This discussion ignores a lot of the ugly details in a real