summaryrefslogtreecommitdiff
path: root/src/sim/instr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/instr.cc')
-rw-r--r--src/sim/instr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/instr.cc b/src/sim/instr.cc
index c8d1039..9bd951b 100644
--- a/src/sim/instr.cc
+++ b/src/sim/instr.cc
@@ -35,6 +35,6 @@ const std::unordered_map<unsigned int, Mnemonic> mnemonic_map = {
{0b0101101, STOREV}, {0b0000110, JMP}, {0b0001010, JRL},
{0b0001110, JAL}, {0b0010010, BEQ}, {0b0010110, BGT},
{0b0011010, BUF}, {0b0011110, BOF}, {0b0100010, PUSH},
- {0b0100110, POP},
+ {0b0100110, POP}, {0b0101010, RET},
};
} // namespace instr