Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81c23f3c authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Use __arm__ instead of ARCH_ARM."

parents 8163104b 22a40e6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,