Add in some microregs.

--HG--
extra : convert_revision : e8a894c2f7901329bd390a4cfd92209d0e29cf80
This commit is contained in:
Gabe Black 2007-06-14 20:52:25 +00:00
parent dad3058224
commit 3ceb0a46ae

View 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;