From 6ea36061cf94a91b31bd28aab566a199efd35c4f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 27 Mar 2008 23:04:17 +0000 Subject: [PATCH] Fix typo found by Pak. This commit was SVN r18000. --- opal/asm/base/SPARCV9_64.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/asm/base/SPARCV9_64.asm b/opal/asm/base/SPARCV9_64.asm index 87f1d3c43f..72b4557b0c 100644 --- a/opal/asm/base/SPARCV9_64.asm +++ b/opal/asm/base/SPARCV9_64.asm @@ -103,7 +103,7 @@ START_FUNC(opal_atomic_cmpset_rel_64) END_FUNC(opal_atomic_cmpset_rel_64) -START_FUNC(opal_sys_timer_get_cyclces) +START_FUNC(opal_sys_timer_get_cycles) save %sp,-176,%sp rd %tick,%o0 ret ! Result = %i0