JALR cannot be const because calls RaiseException

This commit is contained in:
Màrius Montón 2021-11-08 09:21:19 +01:00
parent ebf658ccd2
commit 24c593e715
1 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ public:
bool Exec_AUIPC() const;
bool Exec_JAL() const;
bool Exec_JALR() const;
bool Exec_JALR();
bool Exec_BEQ() const;
bool Exec_BNE() const;
@ -315,7 +315,7 @@ public:
bool Exec_AND() const;
bool Exec_FENCE() const;
bool Exec_ECALL() const;
bool Exec_ECALL();
bool Exec_EBREAK();
bool Exec_CSRRW() const;