Add in some microregs.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 14 Jun 2007 20:52:25 +0000 (20:52 +0000)
committerGabe 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

index fa54c24e95b994598d9d76e5ec05cc726ec3f63e..e45d62f8f325bfd5ff455ac4689719edacf6457a 100644 (file)
@@ -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;