Skip to content

Commit

Permalink
Fix compilation for FreeBSD OS
Browse files Browse the repository at this point in the history
  • Loading branch information
greenozon committed Aug 4, 2024
1 parent 3e22013 commit 0928ae3
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 0928ae3

Please sign in to comment.