projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3102f
)
ARM: Fix the constant describing the number of floating point registers.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:04 +0000
(12:58 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:04 +0000
(12:58 -0500)
src/arch/arm/registers.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/registers.hh
b/src/arch/arm/registers.hh
index 41bbf4e7f2c080f562995ae9be3cfbd728af654e..ada8b50790fdcf1e17bea9de63aee62aa63f65dc 100644
(file)
--- a/
src/arch/arm/registers.hh
+++ b/
src/arch/arm/registers.hh
@@
-53,7
+53,8
@@
typedef uint64_t MiscReg;
// Constants Related to the number of registers
const int NumIntArchRegs = NUM_ARCH_INTREGS;
-const int NumFloatArchRegs = 16;
+// The number of single precision floating point registers
+const int NumFloatArchRegs = 64;
const int NumFloatSpecialRegs = 5;
const int NumIntRegs = NUM_INTREGS;