mirror of https://github.com/acidanthera/audk.git
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:
parent
a54d210938
commit
61afd6a9e2
|
@ -41,6 +41,7 @@ CHAR8 *gCondition[] = {
|
|||
|
||||
CHAR8 *gReg[] = {
|
||||
"r0",
|
||||
"r1",
|
||||
"r2",
|
||||
"r3",
|
||||
"r4",
|
||||
|
|
Loading…
Reference in New Issue