mirror of
https://github.com/acpica/acpica/
synced 2025-03-06 14:21:47 +03:00
Miscellaneous 64-bit support
date 2001.07.19.16.42.00; author rmoore1; state Exp;
This commit is contained in:
parent
f70a56463b
commit
dd7d01cba4
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user