aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOJFord <me@ojford.com>2014-10-23 13:29:13 +0100
committerOJFord <me@ojford.com>2014-10-23 13:29:13 +0100
commit36dbefa163cca5994f31c7984ac01dcabf02cf36 (patch)
treecf81e4e46e7b13eea03ed4a4efb1e05296b8c21e /src
parent083c8df6bdacaea62ce18c54faba16514fdce6bd (diff)
downloadMipsCPU-36dbefa163cca5994f31c7984ac01dcabf02cf36.tar.gz
MipsCPU-36dbefa163cca5994f31c7984ac01dcabf02cf36.zip
Fix for issue #15
Diffstat (limited to 'src')
-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)"},