Deleted Added
full compact
aslstartup.c (241973) aslstartup.c (243347)
1/******************************************************************************
2 *
3 * Module Name: aslstartup - Compiler startup routines, called from main
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 323 unchanged lines hidden (view full) ---

332 Gbl_OutputFilenamePrefix,
333 &Gbl_Files[ASL_FILE_INPUT].Filename,
334 Gbl_GetAllTables);
335 if (ACPI_FAILURE (Status))
336 {
337 return (Status);
338 }
339
1/******************************************************************************
2 *
3 * Module Name: aslstartup - Compiler startup routines, called from main
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 323 unchanged lines hidden (view full) ---

332 Gbl_OutputFilenamePrefix,
333 &Gbl_Files[ASL_FILE_INPUT].Filename,
334 Gbl_GetAllTables);
335 if (ACPI_FAILURE (Status))
336 {
337 return (Status);
338 }
339
340#if 0
341 /* TBD: Handle additional output files for disassembler */
342
343 Status = FlOpenMiscOutputFiles (Gbl_OutputFilenamePrefix);
344 LsDisplayNamespace ();
345#endif
346
340 /* Shutdown compiler and ACPICA subsystem */
341
342 AeClearErrorLog ();
343 (void) AcpiTerminate ();
344
345 /*
346 * Gbl_Files[ASL_FILE_INPUT].Filename was replaced with the
347 * .DSL disassembly file, which can now be compiled if requested

--- 243 unchanged lines hidden ---
347 /* Shutdown compiler and ACPICA subsystem */
348
349 AeClearErrorLog ();
350 (void) AcpiTerminate ();
351
352 /*
353 * Gbl_Files[ASL_FILE_INPUT].Filename was replaced with the
354 * .DSL disassembly file, which can now be compiled if requested

--- 243 unchanged lines hidden ---