diff --git a/sys/arch/next68k/next68k/locore.s b/sys/arch/next68k/next68k/locore.s index a959417ea76e..8729533a6ed5 100644 --- a/sys/arch/next68k/next68k/locore.s +++ b/sys/arch/next68k/next68k/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.9 1998/11/24 07:02:10 dbj Exp $ */ +/* $NetBSD: locore.s,v 1.10 1999/01/02 13:03:20 dbj Exp $ */ /* * Copyright (c) 1998 Darrin B. Jewell @@ -58,6 +58,10 @@ #include #include +#if (!defined(M68040)) +#error "M68040 is not defined! (check that the generated assym.h is not empty)" +#endif + /* * This is for kvm_mkdb, and should be the address of the beginning * of the kernel text segment (not necessarily the same as kernbase).