bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/5] fix for patch 1


From: Marin Ramesa
Subject: [PATCH 5/5] fix for patch 1
Date: Tue, 26 Nov 2013 21:06:52 +0100

* i386/i386/fpu.c (fpu_set_state): Fix argument list.

---
 i386/i386/fpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c
index ef5ccae..fdcf891 100644
--- a/i386/i386/fpu.c
+++ b/i386/i386/fpu.c
@@ -295,7 +295,7 @@ twd_fxsr_to_i387 (struct i386_xfp_save *fxsave)
  */
 kern_return_t
 fpu_set_state(
-       thread_t                thread
+       thread_t                thread,
        struct i386_float_state *state)
 {
        pcb_t pcb = thread->pcb;
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]