summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/ispsh7032.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/sh/ispsh7032.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/sh/ispsh7032.c b/c/src/exec/score/cpu/sh/ispsh7032.c
index 3ef3c32465..9fcc9badbf 100644
--- a/c/src/exec/score/cpu/sh/ispsh7032.c
+++ b/c/src/exec/score/cpu/sh/ispsh7032.c
@@ -30,10 +30,14 @@
#include <rtems/system.h>
#include <rtems/score/shtypes.h>
-#include <rtems/score/cpu_isps.h>
+#include <rtems/score/ispsh7032.h>
+
+#if !defined(sh7032)
+#error Wrong CPU MODEL
+#endif
/*
- * This is a exception vector table
+ * This is an exception vector table
*
* It has the same structure like the actual vector table (vectab)
*/