Replaced common u64.h functions with operators.
Change-Id: I71b7b4879209eeff89ce5748d67102afebf871dc
This commit is contained in:
@@ -40,7 +40,7 @@ static u32_t trace_gettime(void)
|
||||
|
||||
read_tsc_64(&tsc);
|
||||
|
||||
tsc = sub64(tsc, trace_tsc);
|
||||
tsc -= trace_tsc;
|
||||
|
||||
return tsc_64_to_micros(tsc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user