diff options
Diffstat (limited to 'source/components/utilities/uterror.c')
| -rw-r--r-- | source/components/utilities/uterror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/components/utilities/uterror.c b/source/components/utilities/uterror.c index 624c034cedf3..8fcc4c23eefd 100644 --- a/source/components/utilities/uterror.c +++ b/source/components/utilities/uterror.c @@ -188,7 +188,7 @@ AcpiUtPredefinedWarning ( const char *ModuleName, UINT32 LineNumber, char *Pathname, - UINT8 NodeFlags, + UINT16 NodeFlags, const char *Format, ...) { @@ -237,7 +237,7 @@ AcpiUtPredefinedInfo ( const char *ModuleName, UINT32 LineNumber, char *Pathname, - UINT8 NodeFlags, + UINT16 NodeFlags, const char *Format, ...) { @@ -286,7 +286,7 @@ AcpiUtPredefinedBiosError ( const char *ModuleName, UINT32 LineNumber, char *Pathname, - UINT8 NodeFlags, + UINT16 NodeFlags, const char *Format, ...) { |
