Skip to content

Commit

Permalink
aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
KenDickey committed Jan 21, 2019
1 parent 8a00b09 commit 70a3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/vm/sqUnixHeartbeat.c
Expand Up @@ -181,7 +181,7 @@ ioHighResClock(void)
: "=a" (value)
:
: "rdx");
#elif defined(__arm__) && (defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_8A__))
#elif defined(__arm__) && (defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_ISA_A64))
/* tpr - do nothing for now; needs input from eliot to decide further */
/* Tim, not sure I have input beyond:
Is there a 64-bit clock on ARM? If so, access it here :-)
Expand Down

0 comments on commit 70a3e7d

Please sign in to comment.