summaryrefslogtreecommitdiffstats
path: root/src/x86_64/tsc-x86_64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_64/tsc-x86_64.s')
-rw-r--r--src/x86_64/tsc-x86_64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86_64/tsc-x86_64.s b/src/x86_64/tsc-x86_64.s
index da33191..c585719 100644
--- a/src/x86_64/tsc-x86_64.s
+++ b/src/x86_64/tsc-x86_64.s
@@ -26,7 +26,7 @@
/* long sandglass_get_tsc(); */
.globl sandglass_get_tsc
.type sandglass_get_tsc, @function
-ticks:
+sandglass_get_tsc:
movq %rbx, %rdi /* Callee-save register, clobbered by cpuid */
cpuid /* Serialize */
rdtsc /* Read time stamp counter */