summaryrefslogtreecommitdiff
path: root/src/arch/x86/insts/microfpop.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/insts/microfpop.hh')
-rw-r--r--src/arch/x86/insts/microfpop.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/insts/microfpop.hh b/src/arch/x86/insts/microfpop.hh
index 15638e6b4..04ec285d4 100644
--- a/src/arch/x86/insts/microfpop.hh
+++ b/src/arch/x86/insts/microfpop.hh
@@ -66,7 +66,7 @@ namespace X86ISA
OpClass __opClass) :
X86MicroopBase(_machInst, mnem, _instMnem, setFlags,
__opClass),
- src1(_src1.idx), src2(_src2.idx), dest(_dest.idx),
+ src1(_src1.regIdx), src2(_src2.regIdx), dest(_dest.regIdx),
dataSize(_dataSize), spm(_spm)
{}
/*