From 752badac5a9087bdd49151ce01248dbe36b1d035 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Jan 2000 14:55:37 +0000 Subject: Removed warning. --- cpukit/score/cpu/i386/cpu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/i386/cpu.c') diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index b194fe2c40..e9b1b8dafa 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/cpu.c @@ -34,8 +34,10 @@ void _CPU_Initialize( void (*thread_dispatch) /* ignored on this CPU */ ) { +#if CPU_HARDWARE_FP register unsigned16 fp_status asm ("ax"); register void *fp_context; +#endif _CPU_Table = *cpu_table; -- cgit v1.2.3