diff options
| -rw-r--r-- | sys/sparc64/include/endian.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/endian.h b/sys/sparc64/include/endian.h index 8653f71f056c..830cf2e008a7 100644 --- a/sys/sparc64/include/endian.h +++ b/sys/sparc64/include/endian.h @@ -43,8 +43,8 @@ /* * Define the order of 32-bit words in 64-bit words. */ -#define _QUAD_HIGHWORD 0 -#define _QUAD_LOWWORD 1 +#define _QUAD_HIGHWORD 0 +#define _QUAD_LOWWORD 1 /* * Definitions for byte order, according to byte significance from low |
