Whitespace nit.

This commit is contained in:
simonb 2021-05-12 03:53:37 +00:00
parent 47f65e3eb4
commit 35f4fddec3

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.h,v 1.117 2021/03/02 08:16:52 skrll Exp $ */
/* $NetBSD: locore.h,v 1.118 2021/05/12 03:53:37 simonb Exp $ */
/*
* This file should not be included by MI code!!!
@ -306,7 +306,7 @@ struct mips_options {
#endif
#define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
#define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP)
# define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
#define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
/* This test is ... rather bogus */
#define CPUISMIPS3 ((mips_options.mips_cpu_arch & \