Skip to content

Commit

Permalink
Merge pull request #1497 from greenozon/master
Browse files Browse the repository at this point in the history
Fix compilation for FreeBSD OS
  • Loading branch information
serpilliere authored Aug 10, 2024
2 parents 3e22013 + 0928ae3 commit bece47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miasm/jitter/vm_mngr.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define __BYTE_ORDER __BYTE_ORDER__
#define __BIG_ENDIAN BIG_ENDIAN
#define __LITTLE_ENDIAN LITTLE_ENDIAN
#elif defined(__NetBSD__) || defined(__OpenBSD__)
#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
#define __BYTE_ORDER _BYTE_ORDER
#define __BIG_ENDIAN _BIG_ENDIAN
#define __LITTLE_ENDIAN _LITTLE_ENDIAN
Expand Down

0 comments on commit bece47a

Please sign in to comment.