Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb79234

Browse files
committed
Apparently HPUX runs the IA64 in big-endian mode.
1 parent3475fd1 commitcb79234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/port/hpux.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
#elif defined(__ia64)
1818

19+
/* HPUX runs IA64 in big-endian mode */
1920
#ifndefBYTE_ORDER
20-
#defineBYTE_ORDERLITTLE_ENDIAN
21+
#defineBYTE_ORDERBIG_ENDIAN
2122
#endif
2223

2324
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp