diff --git a/source/components/utilities/utdebug.c b/source/components/utilities/utdebug.c index bdb4e8511..1128f2c64 100644 --- a/source/components/utilities/utdebug.c +++ b/source/components/utilities/utdebug.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utdebug - Debug print routines - * $Revision: 1.86 $ + * $Revision: 1.87 $ * *****************************************************************************/ @@ -575,6 +575,10 @@ AcpiUtPtrExit ( AcpiGbl_NestingLevel--; } +#endif + + + /***************************************************************************** * @@ -715,4 +719,3 @@ AcpiUtDumpBuffer ( return; } -#endif