mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
iASL/Table-compiler: Initialize a pointer.
To avoid a warning on some compilers.
This commit is contained in:
parent
5de82757ae
commit
204e3ed06d
@ -508,7 +508,7 @@ DtCompileTable (
|
|||||||
DT_FIELD *LocalField;
|
DT_FIELD *LocalField;
|
||||||
UINT32 Length;
|
UINT32 Length;
|
||||||
DT_SUBTABLE *Subtable;
|
DT_SUBTABLE *Subtable;
|
||||||
DT_SUBTABLE *InlineSubtable;
|
DT_SUBTABLE *InlineSubtable = NULL;
|
||||||
UINT32 FieldLength = 0;
|
UINT32 FieldLength = 0;
|
||||||
UINT8 FieldType;
|
UINT8 FieldType;
|
||||||
UINT8 *Buffer;
|
UINT8 *Buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user