projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30e3b3
)
Fixed up DepTags a little. I think NumMicroIntRegs shouldn't be added to Ctrl_Base_De...
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Nov 2006 20:30:59 +0000
(15:30 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Nov 2006 20:30:59 +0000
(15:30 -0500)
--HG--
extra : convert_revision :
2ebb3eb781441ba936c8d8bb1f42e4c0840aff2e
src/arch/sparc/isa_traits.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/isa_traits.hh
b/src/arch/sparc/isa_traits.hh
index 46a0ebbfb06d6a5588b13453ae30d5f15da2266e..1433ba3f8ce56b63c0b379e109e6922fe2b16b6c 100644
(file)
--- a/
src/arch/sparc/isa_traits.hh
+++ b/
src/arch/sparc/isa_traits.hh
@@
-76,10
+76,7
@@
namespace SparcISA
// 0..31 are the integer regs 0..31
// 32..95 are the FP regs 0..31, i.e. use (reg + FP_Base_DepTag)
FP_Base_DepTag = NumIntRegs,
- Ctrl_Base_DepTag = NumIntRegs + NumFloatRegs,
- //XXX These are here solely to get compilation and won't work
- Fpcr_DepTag = 0,
- Uniq_DepTag = 0
+ Ctrl_Base_DepTag = NumIntRegs + NumMicroIntRegs + NumFloatRegs,
};