date	2002.07.25.19.58.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:42:17 +00:00
parent 51e20613f3
commit a20cc940b2

View File

@ -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 */