mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
fix OSX compile (nw)
This commit is contained in:
parent
66cf70ac29
commit
088142ff78
@ -129,7 +129,7 @@ using FPTR = uintptr_t;
|
|||||||
#define EXTRACT_64LO(val) ((UINT32)(val))
|
#define EXTRACT_64LO(val) ((UINT32)(val))
|
||||||
|
|
||||||
// Highly useful template for compile-time knowledge of an array size
|
// Highly useful template for compile-time knowledge of an array size
|
||||||
template <typename T, size_t N> constexpr inline std::size_t ARRAY_LENGTH(T (&)[N]) { return N;}
|
template <typename T, size_t N> constexpr inline size_t ARRAY_LENGTH(T (&)[N]) { return N;}
|
||||||
|
|
||||||
|
|
||||||
/* Macros for normalizing data into big or little endian formats */
|
/* Macros for normalizing data into big or little endian formats */
|
||||||
|
Loading…
Reference in New Issue
Block a user