From 43936f6496ce31cc55d71c8ff3b4215159129268 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 28 Dec 2008 13:34:52 +0000 Subject: [PATCH] Fix Linux dependency git-svn-id: svn://coreboot.org/openbios/openbios-devel@327 f158a5a8-5612-0410-a976-696ce0be7e32 --- include/ppc/asmdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ppc/asmdefs.h b/include/ppc/asmdefs.h index e8c0ce1..ca3ebcd 100644 --- a/include/ppc/asmdefs.h +++ b/include/ppc/asmdefs.h @@ -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