1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232452

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