j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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