From a3ce64a42720f3cc8f263968d9d58db05175e0f0 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 14 Nov 2013 11:37:12 +0100 Subject: i386/i386/fpu.h: remove register qualifiers * i386/i386/fpu.h: Remove register qualifiers. --- i386/i386/fpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ \ -- cgit v1.2.3