Skip to content

Commit

Permalink
Added check for AMD's x86-64 ("Hammer") architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 14, 2002
1 parent 57661e5 commit 76a0e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physfs_byteorder.c
Expand Up @@ -28,6 +28,7 @@
defined(__arm__) || \
(defined(__mips__) && defined(__MIPSEL__)) || \
defined(__SYMBIAN32__) || \
defined(__x86_64__) || \
defined(__LITTLE_ENDIAN__)
#define PHYSFS_BYTEORDER PHYSFS_LIL_ENDIAN
#else
Expand Down

0 comments on commit 76a0e5d

Please sign in to comment.