summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/no_cpu/no_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/no_cpu/no_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/no_cpu.h b/c/src/exec/score/cpu/no_cpu/no_cpu.h
index 465c45f7b0..afc3a46571 100644
--- a/c/src/exec/score/cpu/no_cpu/no_cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/no_cpu.h
@@ -55,7 +55,7 @@ extern "C" {
#if defined(no_cpu)
-#define RTEMS_MODEL_NAME "no_cpu"
+#define CPU_MODEL_NAME "no_cpu"
#define NOCPU_HAS_FPU 1
#else