Exit interpreter before initializing objects.

https://github.com/acpica/acpica/commit/73f6372
This commit is contained in:
Jung-uk Kim 2019-08-15 17:31:11 +00:00
parent 3d51590acd
commit 0ada71f05e

View file

@ -344,7 +344,9 @@ AcpiExLoadTableOp (
/* Complete the initialization/resolution of new objects */
AcpiNsInitializeObjects ();
AcpiExExitInterpreter();
AcpiNsInitializeObjects();
AcpiExEnterInterpreter();
/* Parameter Data (optional) */