Unbreak n64 build without COMPAT_FREEBSD32 by fixing mismatched preprocessor

conditionals.
This commit is contained in:
Juli Mallett 2012-03-03 10:22:49 +00:00
parent 75a0cc3bd6
commit 87775fcd35

View File

@ -351,7 +351,7 @@ cpu_fetch_syscall_args(struct thread *td, struct syscall_args *sa)
sa->args[6] = locr0->t6;
sa->args[7] = locr0->t7;
nsaved += 4;
#if defined (__mips_n32) || defined(__mips_n64)
#ifdef COMPAT_FREEBSD32
}
#endif
#endif