| Index: src/mips64/simulator-mips64.h
|
| diff --git a/src/mips64/simulator-mips64.h b/src/mips64/simulator-mips64.h
|
| index 237a244dbf2ea6fabea9ef843fa0016ec05e0949..a4271ce3105fb222ee33f7091e19a379f4f8b75a 100644
|
| --- a/src/mips64/simulator-mips64.h
|
| +++ b/src/mips64/simulator-mips64.h
|
| @@ -341,7 +341,7 @@ class Simulator {
|
| int64_t& alu_out);
|
|
|
| void DecodeTypeRegisterSRsType(Instruction* instr, const int32_t& fs_reg,
|
| - const int64_t& fd_reg);
|
| + const int32_t& ft_reg, const int64_t& fd_reg);
|
|
|
| void DecodeTypeRegisterDRsType(Instruction* instr, const int32_t& fs_reg,
|
| const int64_t& ft_reg, const int32_t& fd_reg);
|
|
|