Skip to content

Commit

Permalink
Fix spelling and typos: Clean up the fix for Issue #900
Browse files Browse the repository at this point in the history
  • Loading branch information
sacdintel committed Dec 26, 2023
1 parent b6b38ed commit a6a236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/components/utilities/utdebug.c
Expand Up @@ -220,7 +220,7 @@ AcpiUtTrackStackPtr (
#pragma GCC diagnostic ignored "-Wdangling-pointer="
#endif
AcpiGbl_LowestStackPointer = &CurrentSp;
#pragma GCC diagnostic popmake
#pragma GCC diagnostic pop
}

if (AcpiGbl_NestingLevel > AcpiGbl_DeepestNesting)
Expand Down

0 comments on commit a6a236c

Please sign in to comment.