From a30154f6a87dc680ec2ba56046d4e35a35d7c552 Mon Sep 17 00:00:00 2001 From: YBronst <157227982+YBronst@users.noreply.github.com> Date: Sun, 7 Sep 2025 02:23:17 +0300 Subject: [PATCH 1/3] Update AcpiParser.c --- Library/OcAcpiLib/AcpiParser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/OcAcpiLib/AcpiParser.c b/Library/OcAcpiLib/AcpiParser.c index 316cb45af66..19c7eee8854 100644 --- a/Library/OcAcpiLib/AcpiParser.c +++ b/Library/OcAcpiLib/AcpiParser.c @@ -228,7 +228,7 @@ ParseScopeOrDevice ( UINT32 *CurrentPath; UINT8 *ScopeEnd; UINT8 *ScopeName; - UINT8 *ScopeNameStart; +// UINT8 *ScopeNameStart; UINT8 ScopeNameLength; UINT8 IsRootPath; EFI_STATUS Status; @@ -269,7 +269,7 @@ ParseScopeOrDevice ( return EFI_DEVICE_ERROR; } - ScopeNameStart = ScopeName; +// ScopeNameStart = ScopeName; if (Context->CurrentOpcode > ScopeEnd) { return EFI_DEVICE_ERROR; From 0a1a5ade7341e541dd62828956f1b62ec258d1fe Mon Sep 17 00:00:00 2001 From: YBronst <157227982+YBronst@users.noreply.github.com> Date: Sun, 7 Sep 2025 02:23:40 +0300 Subject: [PATCH 2/3] Update AcpiParser.c From 5847d2e4ea4ace9d60c66b85a5de184764f58d0f Mon Sep 17 00:00:00 2001 From: YBronst <157227982+YBronst@users.noreply.github.com> Date: Sun, 7 Sep 2025 02:24:25 +0300 Subject: [PATCH 3/3] Update AcpiParser.h --- Library/OcAcpiLib/AcpiParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcAcpiLib/AcpiParser.h b/Library/OcAcpiLib/AcpiParser.h index 69137cb14c0..fc1a135e2d2 100644 --- a/Library/OcAcpiLib/AcpiParser.h +++ b/Library/OcAcpiLib/AcpiParser.h @@ -56,7 +56,7 @@ typedef struct { Print new entry name. **/ #define CONTEXT_ENTER(Context, Name) \ -// DEBUG (( \ +/* DEBUG (( // DEBUG_VERBOSE, \ // "%a 0x%x (looking for %c%c%c%c)\n", \ // (Name), \