* 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
