Skip to content

Commit

Permalink
Debug: Replace IA32 with Ia32
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 4, 2022
1 parent 9ab2d13 commit c14b2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Debug/efidebug.tool
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ choose_debugger() {
fi

if [ "${EFI_PORT}" = "" ]; then
if [ "${EFI_ARCH}" = "IA32" ]; then
if [ "${EFI_ARCH}" = "Ia32" ]; then
EFI_PORT=8832
else
EFI_PORT=8864
Expand Down Expand Up @@ -116,7 +116,7 @@ choose_debugger() {
fi

if [ "${EFI_TRIPLE}" = "" ]; then
if [ "${EFI_ARCH}" = "IA32" ]; then
if [ "${EFI_ARCH}" = "Ia32" ]; then
triple_arch=i386
else
triple_arch=x86_64
Expand Down

0 comments on commit c14b2ab

Please sign in to comment.