| Index: src/mips/simulator-mips.h
|
| diff --git a/src/mips/simulator-mips.h b/src/mips/simulator-mips.h
|
| index c3ffc45d2535fd4e9e9c0143a5adf60800f31c9c..8efe0bba9c7c45ad450b7e6ce7ba5f59c229b0e9 100644
|
| --- a/src/mips/simulator-mips.h
|
| +++ b/src/mips/simulator-mips.h
|
| @@ -344,6 +344,7 @@ class Simulator {
|
| inline int32_t ft_reg() const { return currentInstr_->FtValue(); }
|
| inline int32_t fd_reg() const { return currentInstr_->FdValue(); }
|
| inline int32_t sa() const { return currentInstr_->SaValue(); }
|
| + inline int32_t lsa_sa() const { return currentInstr_->LsaSaValue(); }
|
|
|
| inline void SetResult(int32_t rd_reg, int32_t alu_out) {
|
| set_register(rd_reg, alu_out);
|
|
|