ArmPkg/ArmDisassemblerLib: Fix register list

'r1' register was missing from the list.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11485 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin 2011-03-31 12:24:44 +00:00
parent a54d210938
commit 61afd6a9e2
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ CHAR8 *gCondition[] = {
CHAR8 *gReg[] = {
"r0",
"r1",
"r2",
"r3",
"r4",