Skip to content

Commit b8940c7

Browse files
author
Stefan Reinauer
committed
Also use the APPLE section on x86/x64 systems.
git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@670 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent bef13df commit b8940c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
**************************************************************************** */
4141

42-
#if defined(__ppc__) && defined(__APPLE__)
42+
#if defined(__APPLE__)
4343
#include <sys/types.h>
4444

4545
typedef int8_t s8;

0 commit comments

Comments
 (0)