projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad3058
)
Add in some microregs.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 14 Jun 2007 20:52:25 +0000
(20:52 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 14 Jun 2007 20:52:25 +0000
(20:52 +0000)
--HG--
extra : convert_revision :
e8a894c2f7901329bd390a4cfd92209d0e29cf80
src/arch/x86/x86_traits.hh
patch
|
blob
|
history
diff --git
a/src/arch/x86/x86_traits.hh
b/src/arch/x86/x86_traits.hh
index fa54c24e95b994598d9d76e5ec05cc726ec3f63e..e45d62f8f325bfd5ff455ac4689719edacf6457a 100644
(file)
--- a/
src/arch/x86/x86_traits.hh
+++ b/
src/arch/x86/x86_traits.hh
@@
-60,8
+60,7
@@
namespace X86ISA
{
- //XXX This will definitely need to be something larger in the future.
- const int NumMicroIntRegs = 0;
+ const int NumMicroIntRegs = 16;
const int NumMMXRegs = 8;
const int NumXMMRegs = 16;