diff options
Diffstat (limited to 'cpu/simple')
-rw-r--r-- | cpu/simple/cpu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/simple/cpu.hh b/cpu/simple/cpu.hh index 3640348a3..af585a2e5 100644 --- a/cpu/simple/cpu.hh +++ b/cpu/simple/cpu.hh @@ -369,7 +369,7 @@ class SimpleCPU : public BaseCPU } void setFloatRegBits(const StaticInst *si, int idx, - FloatRegBits val, int width) + FloatRegBits val, int width) { int reg_idx = si->destRegIdx(idx) - TheISA::FP_Base_DepTag; cpuXC->setFloatRegBits(reg_idx, val, width); |