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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/mips_test_framework.cpp b/src/shared/mips_test_framework.cpp
index b575fa1..2646bc6 100644
--- a/src/shared/mips_test_framework.cpp
+++ b/src/shared/mips_test_framework.cpp
@@ -33,7 +33,7 @@ struct instr_info_t
static const instr_info_t sg_instructionsArray[]=
{
- {"<internal>", "Tests of things other than intructions."},
+ {"<INTERNAL>", "Tests of things other than intructions."},
{"ADD","Add (with overflow)"},
{"ADDI","Add immediate (with overflow)"},
{"ADDIU","Add immediate unsigned (no overflow)"},