diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-05-31 00:41:05 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-05-31 00:41:05 +0200 |
commit | 66caf3ca528e4417fa0c414b3247f57789323132 (patch) | |
tree | 02f610c3ad38117301900c810bc2e150d4757356 /tune | |
parent | 4438cc9a81eb7b392ce3b3e8f03f23b264591016 (diff) | |
download | gmp-66caf3ca528e4417fa0c414b3247f57789323132.tar.gz |
Fix a comment.
Diffstat (limited to 'tune')
-rw-r--r-- | tune/sparcv9.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/sparcv9.asm b/tune/sparcv9.asm index a7d56b3fd..91193765c 100644 --- a/tune/sparcv9.asm +++ b/tune/sparcv9.asm @@ -22,7 +22,7 @@ dnl Suite 330, Boston, MA 02111-1307, USA. include(`../config.m4') -C void speed_cyclecounter_2 (unsigned p[2]); +C void speed_cyclecounter_2 (mp_limb_t p[2]); C C Get the sparc v9 tick counter, storing the least significant word in C p[0] and the most significant in p[1]. We cannot return 64 bits |