aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/shared/mips_test_framework.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/mips_test_framework.cpp b/src/shared/mips_test_framework.cpp
index 61eb695..1528989 100644
--- a/src/shared/mips_test_framework.cpp
+++ b/src/shared/mips_test_framework.cpp
@@ -56,8 +56,8 @@ static const instr_info_t sg_instructionsArray[]=
{"JR","Jump register"},
{"LB","Load byte"},
{"LBU","Load byte unsigned"},
- {"LH","Load word"},
- {"LHU","Load word unsigned"},
+ {"LH","Load half-word"},
+ {"LHU","Load half-word unsigned"},
{"LUI","Load upper immediate"},
{"LW","Load word"},
{"LWL","Load word left"},