From d7491651008085e4920ddcc37dc6ae788408e104 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:20:48 +0000 Subject: added "return" to eliminate warning. --- cpukit/score/cpu/no_cpu/cpu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/no_cpu/cpu.c') diff --git a/cpukit/score/cpu/no_cpu/cpu.c b/cpukit/score/cpu/no_cpu/cpu.c index ba533324ac..a445b74d84 100644 --- a/cpukit/score/cpu/no_cpu/cpu.c +++ b/cpukit/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 -- cgit v1.2.3