mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-06 09:07:01 +02:00
Small changes to compile on Mac.
This commit is contained in:
@@ -272,7 +272,7 @@ static inline int Abc_Lit2LitL( int * pMap, int Lit ) { return Abc_LitNo
|
||||
typedef ABC_INT64_T abctime;
|
||||
static inline abctime Abc_Clock()
|
||||
{
|
||||
#if defined(LIN) || defined(LIN64)
|
||||
#if defined(LIN) || defined(LIN64) && !(__APPLE__ & __MACH__)
|
||||
struct timespec ts;
|
||||
if ( clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts) < 0 )
|
||||
return (abctime)-1;
|
||||
|
||||
Reference in New Issue
Block a user