mirror of
https://github.com/acpica/acpica/
synced 2025-01-14 21:39:19 +03:00
cleanup
date 2002.07.25.19.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
51e20613f3
commit
a20cc940b2
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aemain - Main routine for the AcpiExec utility
|
||||
* $Revision: 1.67 $
|
||||
* $Revision: 1.68 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -215,15 +215,13 @@ main (
|
||||
|
||||
AcpiInitializeSubsystem ();
|
||||
|
||||
printf ("ACPI AML Execution/Debug Utility ");
|
||||
printf ("\nIntel ACPI Component Architecture\nAML Execution/Debug Utility");
|
||||
|
||||
#if ACPI_MACHINE_WIDTH == 16
|
||||
printf ("(16-bit) ");
|
||||
#else
|
||||
printf ("(32-bit) ");
|
||||
printf ("(16-bit)");
|
||||
#endif
|
||||
|
||||
printf ("CA version %8.8lX [%s]\n", ACPI_CA_VERSION, __DATE__);
|
||||
printf (" version %8.8X [%s]\n\n", (UINT32) ACPI_CA_VERSION, __DATE__);
|
||||
|
||||
/* Get the command line options */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user