Add cycles_t
type definition on ppc64
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
00346353a3
commit
2a456c1921
@ -74,6 +74,7 @@ static inline cycles_t get_cycles (void)
|
||||
|
||||
#elif defined(__powerpc64__)
|
||||
|
||||
typedef uint64_t cycles_t;
|
||||
static inline cycles_t get_cycles(void)
|
||||
{
|
||||
#warning You are compiling libardour on a platform for which ardour/cycles.h needs work
|
||||
|
Loading…
Reference in New Issue
Block a user