Skip to content

Commit 3aec3b5

Browse files
afaerberStefan Reinauer
authored andcommitted
OpenSolaris amd64 support.
Signed-off-by: Andreas Faerber <afaerber@opensolaris.org> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@776 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent a63bd54 commit 3aec3b5

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
@@ -52,7 +52,7 @@ typedef u_int16_t u16;
5252
typedef int32_t s32;
5353
typedef u_int32_t u32;
5454

55-
#elif defined(__sparc)
55+
#elif defined(__sun__)
5656

5757
#include <sys/types.h>
5858

0 commit comments

Comments
 (0)