summaryrefslogtreecommitdiffstats
path: root/vidix/dha.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/dha.c')
-rw-r--r--vidix/dha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/dha.c b/vidix/dha.c
index 8e3d2ada5d..28dc8c8c09 100644
--- a/vidix/dha.c
+++ b/vidix/dha.c
@@ -185,7 +185,7 @@ void unmap_phys_mem(void *ptr, unsigned long size)
#endif /* Generic mmap (not win32, nor os2) */
-#if !defined(__alpha__) && !defined(__powerpc__)
+#if !defined(__alpha__) && !defined(__powerpc__) && !defined(__sh__)
unsigned char INPORT8(unsigned idx)
{
return inb(idx);