Fix decoding of {STR/LDR}[B]T

This commit is contained in:
Jeffrey Pfau 2014-10-19 03:45:11 -07:00
parent ca5f7a45ee
commit 6b382caa0f
1 changed files with 14 additions and 1 deletions

View File

@ -227,10 +227,23 @@ static const char* _armAccessTypeStrings[] = {
"",
"",
"",
"",
"sb",
"sh",
""
"",
"",
"",
"",
"",
"",
"tb",
"",
"",
"t",
"",
"",
""
};