diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index 11079ab44a38..f39e04f5d8ee 100644 --- a/sys/mips/mips/trap.c +++ b/sys/mips/mips/trap.c @@ -447,7 +447,7 @@ cpu_fetch_syscall_args(struct thread *td, struct syscall_args *sa) (caddr_t)&arg, sizeof arg); if (error != 0) break; - sa->args[i] = arg; + sa->args[i] = arg; } } else #endif