commit | 22a40e6a7a8e313cea310503fb42c4b66f535843 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 04 14:17:26 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 04 14:17:26 2014 -0800 |
tree | 6547b46b06a0542c7bae3f78ef4c55feaf7a6912 | |
parent | 8163104b3feb575a321b194a70ecb9873a70b29d [diff] |
Use __arm__ instead of ARCH_ARM. Change-Id: I777da5757f01d8328d5475e654d56d81dc802655
diff --git a/libutils/SystemClock.cpp b/libutils/SystemClock.cpp index dbad581..ac3dd98 100644 --- a/libutils/SystemClock.cpp +++ b/libutils/SystemClock.cpp
@@ -68,7 +68,7 @@ */ #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,