diff options
| -rw-r--r-- | ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h b/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h index fd114bf11c..b0646605cc 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h @@ -10,7 +10,7 @@ /**
The maximum number of ACPI table parsers.
*/
-#define MAX_ACPI_TABLE_PARSERS 32
+#define MAX_ACPI_TABLE_PARSERS 128
/** An invalid/NULL signature value.
*/
|
