diff vidix/dha.c @ 27419:3f6d802c6ea8

Add proper VIDIX support for SuperH architecture. Patch by Magnus Damm <magnus dot damm at gmail dot com>.
author ben
date Mon, 11 Aug 2008 23:04:03 +0000
parents af5408de478f
children 48c1ae64255b
line wrap: on
line diff
--- a/vidix/dha.c	Mon Aug 11 21:10:04 2008 +0000
+++ b/vidix/dha.c	Mon Aug 11 23:04:03 2008 +0000
@@ -185,7 +185,7 @@
 
 #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);