[OpenBIOS] r327 - openbios-devel/include/ppc

svn at openbios.org svn at openbios.org
Sun Dec 28 14:34:53 CET 2008


Author: blueswirl
Date: 2008-12-28 14:34:52 +0100 (Sun, 28 Dec 2008)
New Revision: 327

Modified:
   openbios-devel/include/ppc/asmdefs.h
Log:
Fix Linux dependency

Modified: openbios-devel/include/ppc/asmdefs.h
===================================================================
--- openbios-devel/include/ppc/asmdefs.h	2008-12-25 20:23:02 UTC (rev 326)
+++ openbios-devel/include/ppc/asmdefs.h	2008-12-28 13:34:52 UTC (rev 327)
@@ -22,7 +22,7 @@
 /*	High/low halfword compatibility macros				*/
 /************************************************************************/
 
-#ifdef __linux__
+#ifndef __darwin__
 #define 	ha16( v )	(v)##@ha
 #define 	hi16( v )	(v)##@h
 #define 	lo16( v )	(v)##@l




More information about the OpenBIOS mailing list