From c14b2ab0b83b56fb32fd307c6e97f0cadde7a17d Mon Sep 17 00:00:00 2001 From: vit9696 Date: Tue, 4 Oct 2022 10:37:52 +0300 Subject: [PATCH] Debug: Replace IA32 with Ia32 --- Debug/efidebug.tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debug/efidebug.tool b/Debug/efidebug.tool index d9c5f84a..97a3f2a2 100755 --- a/Debug/efidebug.tool +++ b/Debug/efidebug.tool @@ -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 @@ -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 -- GitLab