Unverified Commit ecc16853 by Luís Marques Committed by GitHub

Fix formatting issues introduced by a77d5f70 (#959)

parent 8cead007
...@@ -86,7 +86,7 @@ inline BENCHMARK_ALWAYS_INLINE int64_t Now() { ...@@ -86,7 +86,7 @@ inline BENCHMARK_ALWAYS_INLINE int64_t Now() {
// This returns a time-base, which is not always precisely a cycle-count. // This returns a time-base, which is not always precisely a cycle-count.
#if defined(__powerpc64__) || defined(__ppc64__) #if defined(__powerpc64__) || defined(__ppc64__)
int64_t tb; int64_t tb;
asm volatile("mfspr %0, 268" : "=r" (tb)); asm volatile("mfspr %0, 268" : "=r"(tb));
return tb; return tb;
#else #else
uint32_t tbl, tbu0, tbu1; uint32_t tbl, tbu0, tbu1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment