File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ ParseScopeOrDevice (
228228 UINT32 * CurrentPath ;
229229 UINT8 * ScopeEnd ;
230230 UINT8 * ScopeName ;
231- UINT8 * ScopeNameStart ;
231+ // UINT8 *ScopeNameStart;
232232 UINT8 ScopeNameLength ;
233233 UINT8 IsRootPath ;
234234 EFI_STATUS Status ;
@@ -269,7 +269,7 @@ ParseScopeOrDevice (
269269 return EFI_DEVICE_ERROR ;
270270 }
271271
272- ScopeNameStart = ScopeName ;
272+ // ScopeNameStart = ScopeName;
273273
274274 if (Context -> CurrentOpcode > ScopeEnd ) {
275275 return EFI_DEVICE_ERROR ;
Original file line number Diff line number Diff line change @@ -55,17 +55,19 @@ typedef struct {
5555/**
5656 Print new entry name.
5757**/
58- #define CONTEXT_ENTER (Context , Name ) \
59- // DEBUG (( \
60- // DEBUG_VERBOSE, \
61- // "%a 0x%x (looking for %c%c%c%c)\n", \
62- // (Name), \
63- // (UINT32) ((Context)->CurrentOpcode - (Context)->TableStart), \
64- // ((CHAR8 *) (Context)->CurrentIdentifier)[3], \
65- // ((CHAR8 *) (Context)->CurrentIdentifier)[2], \
66- // ((CHAR8 *) (Context)->CurrentIdentifier)[1], \
67- // ((CHAR8 *) (Context)->CurrentIdentifier)[0] \
68- // ));
58+ #define CONTEXT_ENTER (Context , Name )
59+ /*
60+ DEBUG (( \
61+ DEBUG_VERBOSE, \
62+ "%a 0x%x (looking for %c%c%c%c)\n", \
63+ (Name), \
64+ (UINT32) ((Context)->CurrentOpcode - (Context)->TableStart), \
65+ ((CHAR8 *) (Context)->CurrentIdentifier)[3], \
66+ ((CHAR8 *) (Context)->CurrentIdentifier)[2], \
67+ ((CHAR8 *) (Context)->CurrentIdentifier)[1], \
68+ ((CHAR8 *) (Context)->CurrentIdentifier)[0] \
69+ ));
70+ */
6971
7072#define PRINT_ACPI_NAME (Str , Name , Length ) \
7173 DEBUG (( \
You can’t perform that action at this time.
0 commit comments