diff options
Diffstat (limited to 'source/common/dmtables.c')
-rw-r--r-- | source/common/dmtables.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/common/dmtables.c b/source/common/dmtables.c index 5df445720662b..5758b9d372f26 100644 --- a/source/common/dmtables.c +++ b/source/common/dmtables.c @@ -145,6 +145,11 @@ AdCreateTableHeader ( UINT8 Checksum; + /* Reset globals for External statements */ + + AcpiGbl_NumExternalMethods = 0; + AcpiGbl_ResolvedExternalMethods = 0; + /* * Print file header and dump original table header */ |