summaryrefslogtreecommitdiff
path: root/kern/tru64/tru64.hh
diff options
context:
space:
mode:
Diffstat (limited to 'kern/tru64/tru64.hh')
-rw-r--r--kern/tru64/tru64.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/tru64/tru64.hh b/kern/tru64/tru64.hh
index 68846815e..3f5ef3dea 100644
--- a/kern/tru64/tru64.hh
+++ b/kern/tru64/tru64.hh
@@ -738,7 +738,7 @@ class Tru64 {
for (int i = 0; i < 31; ++i) {
xc->setIntReg(i, htog(sc->sc_regs[i]));
- xc->setFloatRegInt(i, htog(sc->sc_fpregs[i]));
+ xc->setFloatRegBits(i, htog(sc->sc_fpregs[i]));
}
xc->setMiscReg(TheISA::Fpcr_DepTag, htog(sc->sc_fpcr));