aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/mips_test_framework.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/mips_test_framework.cpp')
-rw-r--r--src/shared/mips_test_framework.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/mips_test_framework.cpp b/src/shared/mips_test_framework.cpp
index 77de0ad..61eb695 100644
--- a/src/shared/mips_test_framework.cpp
+++ b/src/shared/mips_test_framework.cpp
@@ -52,6 +52,7 @@ static const instr_info_t sg_instructionsArray[]=
{"DIVU","Divide unsigned"},
{"J","Jump"},
{"JAL","Jump and link"},
+ {"JALR","Jump and link register"},
{"JR","Jump register"},
{"LB","Load byte"},
{"LBU","Load byte unsigned"},