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