Skip to content

Commit

Permalink
Add WORDS_BIGENDIAN (#902)
Browse files Browse the repository at this point in the history
This Signals to to other libraries that big-endiannes is used.
  • Loading branch information
noahhaasis authored and rahulmutt committed Nov 9, 2018
1 parent c3bd723 commit 196e965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/rts/MachDeps.h
Expand Up @@ -84,4 +84,7 @@
#define SIZEOF_HSSTABLEPTR SIZEOF_INT
#define ALIGNMENT_HSSTABLEPTR ALIGNMENT_INT

/* The JVM uses big-endian. */
#define WORDS_BIGENDIAN

#endif /* MACHDEPS_H */

0 comments on commit 196e965

Please sign in to comment.