diff options
author | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 09:20:40 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 09:20:40 +0000 |
commit | f6402773ea74398ade71cd4c72b4b5082251f753 (patch) | |
tree | c4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/exstore.c | |
parent | f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (diff) | |
download | src-f6402773ea74398ade71cd4c72b4b5082251f753.tar.gz src-f6402773ea74398ade71cd4c72b4b5082251f753.zip |
Update to the 20001201 ACPI CA snapshot.
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=69746
Diffstat (limited to 'sys/contrib/dev/acpica/exstore.c')
-rw-r--r-- | sys/contrib/dev/acpica/exstore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/exstore.c b/sys/contrib/dev/acpica/exstore.c index 976ecc7ef39a..7d9285f21003 100644 --- a/sys/contrib/dev/acpica/exstore.c +++ b/sys/contrib/dev/acpica/exstore.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: amstore - AML Interpreter object store support - * $Revision: 116 $ + * $Revision: 117 $ * *****************************************************************************/ @@ -430,7 +430,7 @@ AcpiAmlExecStore ( */ default: DEBUG_PRINT (ACPI_ERROR, - ("AmlExecStore/Index: Source must be Number/Buffer/String type, not 0x%x\n", + ("AmlExecStore/Index: Source must be Number/Buffer/String type, not %X\n", ValDesc->Common.Type)); Status = AE_AML_OPERAND_TYPE; break; |