summaryrefslogtreecommitdiff
path: root/tune/sparcv9.asm
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-06-15 23:30:45 +0200
committerKevin Ryde <user42@zip.com.au>2000-06-15 23:30:45 +0200
commit26f9b0d66ef4a8239acec9801598cf032a67496d (patch)
tree371251c2449f6502a6ba4b3ba0d5a102f9eefaab /tune/sparcv9.asm
parent10e546678da2e0e408cd7bda6bc57d61fff85858 (diff)
downloadgmp-26f9b0d66ef4a8239acec9801598cf032a67496d.tar.gz
* tune/*: Plain "unsigned" for speed_cyclecounter.
Diffstat (limited to 'tune/sparcv9.asm')
-rw-r--r--tune/sparcv9.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/sparcv9.asm b/tune/sparcv9.asm
index c91285a79..d6cf2c6e0 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 (unsigned long p[2]);
+C void speed_cyclecounter (unsigned p[2]);
C
C Get the sparc v9 tick counter.