mirror of https://github.com/acidanthera/audk.git
ShellPkg: Add comment that ItemPtr is set after validation
Add a comment to clarify that in Acpiview the ItemPtr is not set until after the FieldValidator has been called. Signed-off-by: Chris Jones <christopher.jones@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
parent
fd42dcb1fc
commit
8c1b1fe634
|
@ -283,7 +283,9 @@ typedef struct AcpiParser {
|
|||
FNPTR_PRINT_FORMATTER PrintFormatter;
|
||||
|
||||
/// Optional pointer which may be set to request the parser to update
|
||||
/// a pointer to the field data. If unused this must be set to NULL.
|
||||
/// a pointer to the field data. This value is set after the FieldValidator
|
||||
/// has been called and therefore should not be used by the FieldValidator.
|
||||
/// If unused this must be set to NULL.
|
||||
VOID** ItemPtr;
|
||||
|
||||
/// Optional pointer to a field validator function.
|
||||
|
|
Loading…
Reference in New Issue