summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/no_cpu/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/no_cpu/cpu.c')
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/cpu.c b/c/src/exec/score/cpu/no_cpu/cpu.c
index ba533324ac..a445b74d84 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.c
+++ b/c/src/exec/score/cpu/no_cpu/cpu.c
@@ -67,6 +67,8 @@ unsigned32 _CPU_ISR_Get_level( void )
/*
* This routine returns the current interrupt level.
*/
+
+ return 0;
}
/*PAGE