Use __arm__ instead of ARCH_ARM.
Change-Id: I777da5757f01d8328d5475e654d56d81dc802655
This commit is contained in:
parent
8163104b3f
commit
22a40e6a7a
|
@ -68,7 +68,7 @@ int64_t elapsedRealtime()
|
|||
*/
|
||||
#define DEBUG_TIMESTAMP 0
|
||||
|
||||
#if DEBUG_TIMESTAMP && defined(ARCH_ARM)
|
||||
#if DEBUG_TIMESTAMP && defined(__arm__)
|
||||
static inline void checkTimeStamps(int64_t timestamp,
|
||||
int64_t volatile *prevTimestampPtr,
|
||||
int volatile *prevMethodPtr,
|
||||
|
|
Loading…
Reference in New Issue