diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2010-01-21 20:56:18 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2010-01-21 20:56:18 +0000 |
| commit | f154176708d42f8a4778e3cf4b55e45b4a2be545 (patch) | |
| tree | 4b6b1812ecf638d285ab3b645feee1416d0f343b /utilities/utdebug.c | |
| parent | deca274c44eb2d731761ba35813f64bdbdc734df (diff) | |
Notes
Diffstat (limited to 'utilities/utdebug.c')
| -rw-r--r-- | utilities/utdebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/utdebug.c b/utilities/utdebug.c index 3901b07d197e..0a91716f24cc 100644 --- a/utilities/utdebug.c +++ b/utilities/utdebug.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. * All rights reserved. * * 2. License @@ -598,7 +598,7 @@ AcpiUtValueExit ( const char *FunctionName, const char *ModuleName, UINT32 ComponentId, - ACPI_INTEGER Value) + UINT64 Value) { AcpiDebugPrint (ACPI_LV_FUNCTIONS, |
