diff options
author | msmith <msmith@FreeBSD.org> | 2001-01-31 09:17:50 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-01-31 09:17:50 +0000 |
commit | d0b0463ce5e8e28f0624e048eae1fbed16350d76 (patch) | |
tree | cc3168c29a9d56f542156ea375617bc4c82248a1 /sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c | |
parent | 312d4981dc089e0a17e1a9f2cdf4d7327f25af69 (diff) | |
parent | 7948a3a80426e7bdc0728814e72cf46852c46576 (diff) | |
download | FreeBSD-src-d0b0463ce5e8e28f0624e048eae1fbed16350d76.zip FreeBSD-src-d0b0463ce5e8e28f0624e048eae1fbed16350d76.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r71867,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c')
-rw-r--r-- | sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c b/sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c index 9cc5371..5792a13 100644 --- a/sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c +++ b/sys/contrib/dev/acpica/Subsystem/Common/cmdebug.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: cmdebug - Debug print routines - * $Revision: 62 $ + * $Revision: 64 $ * *****************************************************************************/ @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999, 2000, Intel Corp. + * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp. * All rights reserved. * * 2. License @@ -373,7 +373,7 @@ FunctionValueExit ( UINT32 LineNumber, UINT32 ComponentId, NATIVE_CHAR *FunctionName, - NATIVE_UINT Value) + ACPI_INTEGER Value) { DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS, |