summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/fpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/fpu.h b/i386/i386/fpu.h
index 2156187..7bc6438 100644
--- a/i386/i386/fpu.h
+++ b/i386/i386/fpu.h
@@ -87,7 +87,7 @@
#if NCPUS > 1
#define fpu_save_context(thread) \
{ \
- register struct i386_fpsave_state *ifps; \
+ struct i386_fpsave_state *ifps; \
ifps = (thread)->pcb->ims.ifps; \
if (ifps != 0 && !ifps->fp_valid) { \
/* registers are in FPU - save to memory */ \