summaryrefslogtreecommitdiffstats
path: root/cpu/sh4/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh4/cpu.c')
-rw-r--r--cpu/sh4/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c
index d76d5180e7..0ebf95180c 100644
--- a/cpu/sh4/cpu.c
+++ b/cpu/sh4/cpu.c
@@ -66,7 +66,7 @@ void icache_disable (void)
int icache_status (void)
{
- return 0;
+ return 0;
}
void dcache_enable (void)
OpenPOWER on IntegriCloud