summaryrefslogtreecommitdiff
path: root/source/components/executer/exconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exconfig.c')
-rw-r--r--source/components/executer/exconfig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c
index 333567fcc..9e8528833 100644
--- a/source/components/executer/exconfig.c
+++ b/source/components/executer/exconfig.c
@@ -191,7 +191,9 @@ AcpiExAddTable (
/* Add the table to the namespace */
+ AcpiExExitInterpreter ();
Status = AcpiNsLoadTable (TableIndex, ParentNode);
+ AcpiExEnterInterpreter ();
if (ACPI_FAILURE (Status))
{
AcpiUtRemoveReference (ObjDesc);