From dd7d01cba4d9e8755784d5087dc92c9fde8a14b9 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 16:59:43 +0000 Subject: [PATCH] Miscellaneous 64-bit support date 2001.07.19.16.42.00; author rmoore1; state Exp; --- source/components/dispatcher/dsfield.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/components/dispatcher/dsfield.c b/source/components/dispatcher/dsfield.c index cdab0a068..b7cdc23a5 100644 --- a/source/components/dispatcher/dsfield.c +++ b/source/components/dispatcher/dsfield.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dsfield - Dispatcher field routines - * $Revision: 1.41 $ + * $Revision: 1.42 $ * *****************************************************************************/ @@ -310,13 +310,13 @@ AcpiDsCreateBankField ( /* Third arg is the BankValue */ Arg = Arg->Next; - BankValue = Arg->Value.Integer; + BankValue = Arg->Value.Integer32; /* Next arg is the field flags */ Arg = Arg->Next; - FieldFlags = (UINT8) Arg->Value.Integer; + FieldFlags = Arg->Value.Integer8; /* Each remaining arg is a Named Field */