summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa_traits.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-06-18 14:15:00 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-06-18 14:15:00 +0000
commit6c125779372ecc7c9482f6e79bd4c5c0c99ad7ec (patch)
tree8ed9dc671fe4c0fdd557ae08b7e706c2353fd22c /src/arch/x86/isa_traits.hh
parent3ceb0a46ae98fb14d48f45338d223d6c8a2c7509 (diff)
downloadgem5-6c125779372ecc7c9482f6e79bd4c5c0c99ad7ec.tar.xz
Add in incomplete pick and merge functions which read and write pieces of registers, and fill out microcode disassembly.
--HG-- extra : convert_revision : 56332b3999a9079b1bd305ee2826abdf593367e1
Diffstat (limited to 'src/arch/x86/isa_traits.hh')
-rw-r--r--src/arch/x86/isa_traits.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh
index 5a625f741..7aba6248a 100644
--- a/src/arch/x86/isa_traits.hh
+++ b/src/arch/x86/isa_traits.hh
@@ -81,8 +81,8 @@ namespace X86ISA
// These enumerate all the registers for dependence tracking.
enum DependenceTags {
- //The number of microcode registers needs to be added to this
- FP_Base_DepTag = 16,
+ //There are 16 microcode registers at the moment
+ FP_Base_DepTag = 32,
Ctrl_Base_DepTag =
FP_Base_DepTag +
//mmx/x87 registers