mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 13:04:16 +03:00
Added alignment and math macros
date 2000.06.01.22.39.00; author rmoore1; state Exp;
This commit is contained in:
parent
a933a06da3
commit
94e640a370
@ -322,7 +322,7 @@ AmlExecCreateField (
|
||||
FieldDesc->FieldUnit.UpdateRule = (UINT8) UPDATE_Preserve;
|
||||
FieldDesc->FieldUnit.Length = BitCount;
|
||||
FieldDesc->FieldUnit.BitOffset = (UINT8) (BitOffset % 8);
|
||||
FieldDesc->FieldUnit.Offset = BitOffset / 8;
|
||||
FieldDesc->FieldUnit.Offset = DIV_8 (BitOffset);
|
||||
FieldDesc->FieldUnit.Container = SrcDesc;
|
||||
FieldDesc->FieldUnit.Sequence = SrcDesc->Buffer.Sequence;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user