mirror of https://github.com/mgba-emu/mgba.git
Fix decoding of {STR/LDR}[B]T
This commit is contained in:
parent
ca5f7a45ee
commit
6b382caa0f
|
@ -227,10 +227,23 @@ static const char* _armAccessTypeStrings[] = {
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
|
||||||
"",
|
"",
|
||||||
"sb",
|
"sb",
|
||||||
"sh",
|
"sh",
|
||||||
""
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
|
||||||
|
"",
|
||||||
|
"tb",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"t",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue