summaryrefslogtreecommitdiff
path: root/src/cpu/minor/dyn_inst.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/minor/dyn_inst.hh')
-rw-r--r--src/cpu/minor/dyn_inst.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/minor/dyn_inst.hh b/src/cpu/minor/dyn_inst.hh
index a30d68819..79c9ca4a4 100644
--- a/src/cpu/minor/dyn_inst.hh
+++ b/src/cpu/minor/dyn_inst.hh
@@ -219,7 +219,7 @@ class MinorDynInst : public RefCounted
/** Flat register indices so that, when clearing the scoreboard, we
* have the same register indices as when the instruction was marked
* up */
- TheISA::RegIndex flatDestRegIdx[TheISA::MaxInstDestRegs];
+ RegId flatDestRegIdx[TheISA::MaxInstDestRegs];
/** Effective address as set by ExecContext::setEA */
Addr ea;