mirror of
https://github.com/pound-emu/pound.git
synced 2026-01-17 10:37:04 +00:00
Big Commit
The changes affects multiple places in the repo and this one of the rare instances where I cant be bothered writing a comprehensive commit. Look at the diff for changes. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
4dd8506346
commit
6bdfd6fcea
10 changed files with 669 additions and 25 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#elif defined(__APPLE__)
|
||||
|
||||
#include <libkern/OSByteOrder.h>
|
||||
#define bswap_16(x) OSSwaoInt16(x)
|
||||
#define bswap_16(x) OSSwapInt16(x)
|
||||
#define bswap_32(x) OSSwapInt32(x)
|
||||
#define bswap_64(x) OSSwapInt64(x)
|
||||
|
||||
|
|
@ -23,5 +23,4 @@
|
|||
|
||||
#endif
|
||||
|
||||
|
||||
#endif // POUND_KVM_ENDIAN_H
|
||||
#endif // POUND_KVM_ENDIAN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue