> On May 1, 2015, at 11:37 AM, Christos Zoulas <chris...@netbsd.org> wrote: > > Module Name: src > Committed By: christos > Date: Fri May 1 18:37:40 UTC 2015 > > Modified Files: > src/sys/arch/mips/include: locore.h > > Log Message: > change #error to KASSERT > > > To generate a diff of this commit: > cvs rdiff -u -r1.95 -r1.96 src/sys/arch/mips/include/locore.h
This change is incorrect. #error is the right thing for this case.