From 14865ec7b94be8b8d7aa20cd3991dc9c3ff884f2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Apr 2007 05:50:27 +0000 Subject: Use Context_Control_fp* instead of void* for fp_contexts. --- cpukit/score/cpu/i386/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/i386') diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index d9f1e1aa47..15a5f61ddd 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/cpu.c @@ -37,8 +37,8 @@ void _CPU_Initialize( ) { #if CPU_HARDWARE_FP - register uint16_t fp_status asm ("ax"); - register void *fp_context; + register uint16_t fp_status asm ("ax"); + register Context_Control_fp *fp_context; #endif _CPU_Table = *cpu_table; -- cgit v1.2.3