From bd5edd68a8fda8df18c688919e100f7f1df5ad6b Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 15 Feb 2013 19:12:35 +0000 Subject: Import ACPICA 20130215. --- source/components/parser/psargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/components/parser/psargs.c') diff --git a/source/components/parser/psargs.c b/source/components/parser/psargs.c index a548c29..2bf7be7 100644 --- a/source/components/parser/psargs.c +++ b/source/components/parser/psargs.c @@ -118,7 +118,7 @@ AcpiPsGetNextPackageLength ( /* Byte 0 is a special case, either bits [0:3] or [0:5] are used */ PackageLength |= (Aml[0] & ByteZeroMask); - return_VALUE (PackageLength); + return_UINT32 (PackageLength); } -- cgit v1.1