aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2003-01-21 08:08:32 +0000
committermostang.com!davidm <mostang.com!davidm>2003-01-21 08:08:32 +0000
commit2212e1276b234e6234f31dd8b4d9f4608c2de2b7 (patch)
treeac4a170edb7053bbcf737fe677a077e44d1f5692 /src
parentcb8d20c0988384fd67ed46bc6bdc5b5c3073c63a (diff)
downloadlibunwind-2212e1276b234e6234f31dd8b4d9f4608c2de2b7.tar.gz
Fix comment for ia64_rse_num_regs().
(Logical change 1.39)
Diffstat (limited to 'src')
-rw-r--r--src/ia64/rse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ia64/rse.h b/src/ia64/rse.h
index 28a9ea59..1ee05f90 100644
--- a/src/ia64/rse.h
+++ b/src/ia64/rse.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co
+ * Copyright (C) 1998, 1999, 2002, 2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
*
* Register stack engine related helper functions. This file may be
@@ -39,8 +39,8 @@ ia64_rse_rnat_addr (uint64_t slot_addr)
/*
* Calcuate the number of registers in the dirty partition starting at
- * BSPSTORE with a size of DIRTY bytes. This isn't simply DIRTY
- * divided by eight because the 64th slot is used to store ar.rnat.
+ * BSPSTORE and ending at BSP. This isn't simply (BSP-BSPSTORE)/8
+ * because every 64th slot stores ar.rnat.
*/
static __inline__ uint64_t
ia64_rse_num_regs (uint64_t bspstore, uint64_t bsp)